summaryrefslogtreecommitdiffstats
path: root/pyload/web/app/templates/default/header/progressStatus.html
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/web/app/templates/default/header/progressStatus.html')
-rw-r--r--pyload/web/app/templates/default/header/progressStatus.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/pyload/web/app/templates/default/header/progressStatus.html b/pyload/web/app/templates/default/header/progressStatus.html
new file mode 100644
index 000000000..2ee3719a5
--- /dev/null
+++ b/pyload/web/app/templates/default/header/progressStatus.html
@@ -0,0 +1,8 @@
+{{#if downloading }}
+ {{ formatSize done }} of {{ formatSize total }} ({{ formatSize download.speed }}/s)
+{{ else }}
+ {{ statusmsg }}
+{{/if}}
+<span class="pull-right">
+ {{ formatTimeLeft eta }}
+</span> \ No newline at end of file