summaryrefslogtreecommitdiffstats
path: root/pyload/web/app/templates/default/header/progress.html
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/web/app/templates/default/header/progress.html')
-rw-r--r--pyload/web/app/templates/default/header/progress.html12
1 files changed, 4 insertions, 8 deletions
diff --git a/pyload/web/app/templates/default/header/progress.html b/pyload/web/app/templates/default/header/progress.html
index 4ef5a1cd6..740e18a4c 100644
--- a/pyload/web/app/templates/default/header/progress.html
+++ b/pyload/web/app/templates/default/header/progress.html
@@ -4,11 +4,7 @@
<div class="progress">
<div class="bar" style="width: {{ percent }}%"></div>
</div>
-{{#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
+
+<div class="progress-status">
+ <!-- rendered by progressInfo template -->
+</div>