summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFreeyorp <TheFreeYorp@NOSPAM.G.m.a.i.l.replace>2013-05-15 03:43:15 +1200
committerFreeyorp <TheFreeYorp@NOSPAM.G.m.a.i.l.replace>2013-05-15 03:43:15 +1200
commit2b80b4104c96b2795bbe5066149b3abffe2c77d6 (patch)
tree60367309b802d00833dbca507451fa95fdb54fe7
parent299036b46f96962ae51169413d0637a74d9f8c9f (diff)
downloadmanavis-2b80b4104c96b2795bbe5066149b3abffe2c77d6.tar.gz
manavis-2b80b4104c96b2795bbe5066149b3abffe2c77d6.tar.bz2
manavis-2b80b4104c96b2795bbe5066149b3abffe2c77d6.tar.xz
manavis-2b80b4104c96b2795bbe5066149b3abffe2c77d6.zip
Add a note about possible UI lockups
-rw-r--r--public/css/style.css4
-rw-r--r--public/index.html1
2 files changed, 3 insertions, 2 deletions
diff --git a/public/css/style.css b/public/css/style.css
index d7708a2..206415e 100644
--- a/public/css/style.css
+++ b/public/css/style.css
@@ -70,8 +70,8 @@ h3 {
bottom: 0px;
left: 0px;
right: 0px;
- width: 647px;
- height: 570px;
+ width: 777px;
+ height: 650px;
border: 1px grey solid;
margin: auto;
background-color: #fff;
diff --git a/public/index.html b/public/index.html
index 96c3f17..2b4d8de 100644
--- a/public/index.html
+++ b/public/index.html
@@ -59,6 +59,7 @@
<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>
+ <p>Please note that this is very js intensive. The tab may briefly lock up as it loads everything.</p>
<input type="file" id="input" name="records[]" multiple />
<output id="list"></output>
<div id="filesbar" class="progressbar fader">