summaryrefslogtreecommitdiffhomepage
path: root/html/index.html
diff options
context:
space:
mode:
authorRoland Stigge <stigge@antcom.de>2018-01-20 13:41:20 +0100
committerRoland Stigge <stigge@antcom.de>2018-01-20 13:41:20 +0100
commit06cd368cd111a4ef61786bc70f1e95eaa3540b5d (patch)
tree360717fe3e162280f48e117dbccc46ec9afd3149 /html/index.html
parent24498ccff798081cbb356787881501313d707f8e (diff)
Progress indicatorv1.2
Diffstat (limited to 'html/index.html')
-rw-r--r--html/index.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/html/index.html b/html/index.html
index 6885bd4..40390e0 100644
--- a/html/index.html
+++ b/html/index.html
@@ -53,6 +53,10 @@
</div>
</div>
+ <div class="progresswindow" id="progresswindow" hidden>
+ <canvas id="progresscanvas" class="progresscanvas" width="100" height="100"></canvas>
+ </div>
+
<div id="create-dir-dialog" hidden>
New folder:<br>
<input type="text" id="newdir" class="textinput"></input>