From 4094ef56e050c3d8739ed0646b8eb2d17a7e65f4 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Wed, 17 Jul 2013 13:56:06 +0200 Subject: improved progressbar rendering --- pyload/web/app/templates/default/header/progressStatus.html | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 pyload/web/app/templates/default/header/progressStatus.html (limited to 'pyload/web/app/templates/default/header/progressStatus.html') 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}} + + {{ formatTime eta }} + \ No newline at end of file -- cgit v1.2.3