summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFreeyorp <TheFreeYorp@NOSPAM.G.m.a.i.l.replace>2013-05-14 21:24:50 +1200
committerFreeyorp <TheFreeYorp@NOSPAM.G.m.a.i.l.replace>2013-05-14 21:24:50 +1200
commitb9be08f5b32a544d63a798901cd5c865be99665e (patch)
tree557e2b297b47e68d5760b3479c92a720e2606081
parenta64fc5554f5de44758ca63f354773e957a9a403b (diff)
downloadmanavis-b9be08f5b32a544d63a798901cd5c865be99665e.tar.gz
manavis-b9be08f5b32a544d63a798901cd5c865be99665e.tar.bz2
manavis-b9be08f5b32a544d63a798901cd5c865be99665e.tar.xz
manavis-b9be08f5b32a544d63a798901cd5c865be99665e.zip
Describe how and why records needs to be loaded
-rw-r--r--public/css/style.css2
-rw-r--r--public/index.html2
2 files changed, 3 insertions, 1 deletions
diff --git a/public/css/style.css b/public/css/style.css
index 0e1e244..4ebf8d3 100644
--- a/public/css/style.css
+++ b/public/css/style.css
@@ -85,7 +85,7 @@ h3 {
left: 0px;
right: 0px;
width: 647px;
- height: 520px;
+ height: 570px;
border: 1px grey solid;
margin: auto;
background-color: #fff;
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>