summaryrefslogtreecommitdiffstats
path: root/pyload/web/app/templates/default/header/status.html
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/web/app/templates/default/header/status.html')
-rw-r--r--pyload/web/app/templates/default/header/status.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/pyload/web/app/templates/default/header/status.html b/pyload/web/app/templates/default/header/status.html
new file mode 100644
index 000000000..f840b6e33
--- /dev/null
+++ b/pyload/web/app/templates/default/header/status.html
@@ -0,0 +1,3 @@
+<span class="pull-right maxspeed">{{ formatSize maxspeed }}/s</span><br>
+<span class="pull-right running">{{ paused }}</span><br>
+<span class="pull-right reconnect">{{#if reconnect }}true{{ else }}false{{/if}}</span> \ No newline at end of file