summaryrefslogtreecommitdiff
path: root/public/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'public/index.html')
-rw-r--r--public/index.html7
1 files changed, 5 insertions, 2 deletions
diff --git a/public/index.html b/public/index.html
index 67e83a4..e3ad3c3 100644
--- a/public/index.html
+++ b/public/index.html
@@ -75,8 +75,11 @@
<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>
+ <input type="file" id="input" name="records[]" multiple />
+ <output id="list"></output>
+ or <a href="javascript:mv.loader.use(['/logs/map.scrubbed.latest.zip']);" class="button">Use the most recent dataset</a>
+ </div>
<div id="filesbar" class="progressbar fader">
<div class="percent">0%</div>
</div>