summaryrefslogtreecommitdiffstats
path: root/templates/systemstatus/_page.html
diff options
context:
space:
mode:
authorSimon Rettberg2015-09-16 10:38:35 +0200
committerSimon Rettberg2015-09-16 10:38:35 +0200
commitc4389a9ab63e9c9641da6a8dd3ec4f8c61a92b98 (patch)
tree6ef4c25bc676b55c67e76333dfc7125bc73356b5 /templates/systemstatus/_page.html
parent[backup/restore] Add options to select what to restore (diff)
downloadslx-admin-c4389a9ab63e9c9641da6a8dd3ec4f8c61a92b98.tar.gz
slx-admin-c4389a9ab63e9c9641da6a8dd3ec4f8c61a92b98.tar.xz
slx-admin-c4389a9ab63e9c9641da6a8dd3ec4f8c61a92b98.zip
[systemstatus] Show active uploads/downloads
Diffstat (limited to 'templates/systemstatus/_page.html')
-rw-r--r--templates/systemstatus/_page.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/systemstatus/_page.html b/templates/systemstatus/_page.html
index 79024ad6..546a827b 100644
--- a/templates/systemstatus/_page.html
+++ b/templates/systemstatus/_page.html
@@ -70,6 +70,7 @@
<label><input type="checkbox" name="confirm" value="yep"> {{lang_iAmSure}}</label>
<button class="btn btn-warning btn-xs" type="submit">Reboot</button>
</form>
+ <div id="dmsd-users"></div>
</div>
</div>
</div>
@@ -112,5 +113,6 @@
loadContent('#dmsd-log', '?do=SystemStatus&action=DmsdLog');
loadContent('#netstat', '?do=SystemStatus&action=Netstat');
loadContent('#pslist', '?do=SystemStatus&action=PsList');
+ loadContent('#dmsd-users', '?do=SystemStatus&action=DmsdUsers');
}, 500);
</script>