summaryrefslogtreecommitdiffstats
path: root/templates/systemstatus/_page.html
diff options
context:
space:
mode:
authorSimon Rettberg2015-05-21 17:17:21 +0200
committerSimon Rettberg2015-05-21 17:17:21 +0200
commit6f8338004e59f409989b7deafb62005d6c4a45bc (patch)
tree91b958b03ceed46b9fc9db25f6383fa6084b9dca /templates/systemstatus/_page.html
parentSupport statictics slxlog messages (Starting with '.'), those go to a special... (diff)
downloadslx-admin-6f8338004e59f409989b7deafb62005d6c4a45bc.tar.gz
slx-admin-6f8338004e59f409989b7deafb62005d6c4a45bc.tar.xz
slx-admin-6f8338004e59f409989b7deafb62005d6c4a45bc.zip
Add free disk space display and dmsd log to Status page
Diffstat (limited to 'templates/systemstatus/_page.html')
-rw-r--r--templates/systemstatus/_page.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/templates/systemstatus/_page.html b/templates/systemstatus/_page.html
index d3ac1d06..22eeb7d3 100644
--- a/templates/systemstatus/_page.html
+++ b/templates/systemstatus/_page.html
@@ -76,9 +76,21 @@
</div>
+<h3>{{lang_advanced}}</h3>
+
+<div class="panel panel-default">
+ <div class="panel-heading">
+ {{lang_dmsdLog}}
+ </div>
+ <div class="panel-body" id="dmsd-log">
+ <span class="glyphicon glyphicon-refresh slx-rotation"></span>
+ </div>
+</div>
+
<script type="text/javascript">
loadContent('#diskstat', '?do=SystemStatus&action=DiskStat');
loadContent('#addresses', '?do=SystemStatus&action=AddressList');
loadContent('#systeminfo', '?do=SystemStatus&action=SystemInfo');
loadContent('#services', '?do=SystemStatus&action=Services');
+ loadContent('#dmsd-log', '?do=SystemStatus&action=DmsdLog');
</script>