summaryrefslogtreecommitdiffstats
path: root/pyload/web/app/templates/default/header/progressStatus.html
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2013-07-17 13:56:06 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2013-07-17 13:56:18 +0200
commit4094ef56e050c3d8739ed0646b8eb2d17a7e65f4 (patch)
tree22cd1a99e99d1095a9730a8f86733e4fffc55f91 /pyload/web/app/templates/default/header/progressStatus.html
parentUsing the same string to avoid multiple translations (diff)
downloadpyload-4094ef56e050c3d8739ed0646b8eb2d17a7e65f4.tar.xz
improved progressbar rendering
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..020ed2e96
--- /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">
+ {{ formatTime eta }}
+</span> \ No newline at end of file