summaryrefslogtreecommitdiffstats
path: root/pyload/web/app/templates/default/header/progressSup.html
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/web/app/templates/default/header/progressSup.html')
-rw-r--r--pyload/web/app/templates/default/header/progressSup.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/pyload/web/app/templates/default/header/progressSup.html b/pyload/web/app/templates/default/header/progressSup.html
new file mode 100644
index 000000000..f2c0ac734
--- /dev/null
+++ b/pyload/web/app/templates/default/header/progressSup.html
@@ -0,0 +1,10 @@
+{{#if single }}
+ {{ truncate name 32}} ({{ statusmsg }})
+{{ else }}
+ {{#if downloads }}
+ {{ downloads }} downloads running {{#if speed }}({{ formatSize speed }}/s){{/if}}
+ {{ else }}
+ No running tasks
+ {{/if}}
+{{/if}}
+<i class="icon-list pull-right"></i> \ No newline at end of file