diff options
author | 2013-07-17 13:56:06 +0200 | |
---|---|---|
committer | 2013-07-17 13:56:18 +0200 | |
commit | 4094ef56e050c3d8739ed0646b8eb2d17a7e65f4 (patch) | |
tree | 22cd1a99e99d1095a9730a8f86733e4fffc55f91 /pyload/web/app/templates/default/header/progressStatus.html | |
parent | Using the same string to avoid multiple translations (diff) | |
download | pyload-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.html | 8 |
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 |