summaryrefslogtreecommitdiff
path: root/public/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'public/index.html')
-rw-r--r--public/index.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/public/index.html b/public/index.html
index 14d970d..c5201f2 100644
--- a/public/index.html
+++ b/public/index.html
@@ -55,6 +55,8 @@
<input id="connect-option" name="connect" type="checkbox" checked></input>
<label for="connect">Online mode</label>
<h2>Select records to load and display</h2>
+ <p>Manavis will need records on your local file system. These files can be quite large, so the browser's local storage isn't sufficient. :)</p>
+ <p>Both raw server logs (.log) and scrubbed datasets (.scrubbed) will work fine. If using the latter, make sure it has .scrubbed in the file name!</p>
<p>You can load any number of files at once.</p>
<input type="file" id="input" name="records[]" multiple />
<output id="list"></output>