diff options
author | Peter Grassberger <petertheone@gmail.com> | 2016-06-27 09:19:03 (GMT) |
---|---|---|
committer | Peter Grassberger <petertheone@gmail.com> | 2016-06-27 09:19:03 (GMT) |
commit | 645b1f816310120efc16c813535b718f3eff3e02 (patch) | |
tree | 8d78a73bfb8e8e91eeeea8f1c5d717239da28c75 /www/index.html | |
parent | 222b85597fa66af43c68f0b88d68f2641533f52c (diff) |
remove old upload functionality, fix progressbar
Diffstat (limited to 'www/index.html')
-rw-r--r-- | www/index.html | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/www/index.html b/www/index.html index 12ab827..114cafd 100644 --- a/www/index.html +++ b/www/index.html @@ -394,11 +394,17 @@ <table> <tr class="progressBar progressBarTemplate jingles"> - <td><span class="label label-default"><span class="glyphicon glyphicon-transfer"></span></span></td> + <td><span class="label label-default"><span class="glyphicon glyphicon-transfer"></span></span></td> + <td class="cut-number"> + ... + </td> + <td class="file-name"> + ... + </td> <td class="file-bytes"> beginne... </td> - <td colspan="3"> + <td colspan="1"> <div class="progress"><div class="progress-bar" style="width: 0%;"></div></div> </td> <td class="text-center"> |