summaryrefslogtreecommitdiff
path: root/www/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'www/index.html')
-rw-r--r--www/index.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/www/index.html b/www/index.html
index 4af12a1..071e96c 100644
--- a/www/index.html
+++ b/www/index.html
@@ -184,6 +184,19 @@
</thead>
<tbody>
</tbody>
+ <tfoot>
+ <tr class="progressBar hidden">
+ <td class="file-bytes">
+ -
+ </td>
+ <td>
+ <div class="progress"><div class="bar" style="width: 0%;"></div></div>
+ </td>
+ <td>
+ <button class="btn btn-danger btn-mini"><i class="icon-remove icon-white"></i> Abbrechen</button>
+ </td>
+ </tr>
+ </tfoot>
</table>
<button class="uploadButton btn btn-success btn"><i class="icon-upload icon-white"></i> Importieren</button>
</div>