summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>