summaryrefslogtreecommitdiffstats
path: root/templates/systemstatus/diskstat.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/diskstat.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/diskstat.html')
-rw-r--r--templates/systemstatus/diskstat.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/templates/systemstatus/diskstat.html b/templates/systemstatus/diskstat.html
index 71ad7b9a..019dda1a 100644
--- a/templates/systemstatus/diskstat.html
+++ b/templates/systemstatus/diskstat.html
@@ -2,7 +2,8 @@
{{#system}}
<b>{{lang_systemPartition}}</b>
<div id="circles-system"></div>
- {{lang_capacity}}: {{size}}
+ <div>{{lang_capacity}}: {{size}}</div>
+ <div>{{lang_free}}: {{free}}</div>
{{/system}}
{{^system}}
<b>{{lan_availableMemoryError}}</b>
@@ -12,7 +13,8 @@
{{#store}}
<b>{{lang_vmStore}}</b>
<div id="circles-store"></div>
- {{lang_capacity}}: {{size}}
+ <div>{{lang_capacity}}: {{size}}</div>
+ <div>{{lang_free}}: {{free}}</div>
{{/store}}
{{^store}}
<b>{{lang_vmStoreError}}</b>