summaryrefslogtreecommitdiffstats
path: root/templates/statistics/clientlist.html
diff options
context:
space:
mode:
authorSimon Rettberg2015-12-11 18:03:19 +0100
committerSimon Rettberg2015-12-11 18:03:19 +0100
commit85e8125a235924b66c5c567f4cbe1086c6eb7575 (patch)
tree526a3cbbb58f0e82f20e3aec42e73720f9ae185f /templates/statistics/clientlist.html
parent[statistics] Show PC status (on/off/inuse) (diff)
downloadslx-admin-85e8125a235924b66c5c567f4cbe1086c6eb7575.tar.gz
slx-admin-85e8125a235924b66c5c567f4cbe1086c6eb7575.tar.xz
slx-admin-85e8125a235924b66c5c567f4cbe1086c6eb7575.zip
[statistics] Show summary at top, show session details for occupied clients
Diffstat (limited to 'templates/statistics/clientlist.html')
-rw-r--r--templates/statistics/clientlist.html10
1 files changed, 8 insertions, 2 deletions
diff --git a/templates/statistics/clientlist.html b/templates/statistics/clientlist.html
index eb3c6bd4..8e8565fe 100644
--- a/templates/statistics/clientlist.html
+++ b/templates/statistics/clientlist.html
@@ -32,8 +32,14 @@
<td class="text-right">{{lastseen}}</td>
<td class="{{kvmclass}}">{{kvmstate}}</td>
<td class="text-right {{ramclass}}">{{gbram}}&thinsp;GiB</td>
- <td class="text-right {{hddclass}}">{{gbtmp}}&thinsp;GiB</td>
+ <td class="text-right {{hddclass}}">
+ {{gbtmp}}&thinsp;GiB
+ {{#badsectors}}<div>
+ <span class="glyphicon glyphicon-exclamation-sign"></span>
+ {{badsectors}}
+ </div>{{/badsectors}}
+ </td>
<td>{{lang_realCores}}: {{realcores}}<div class="small">{{cpumodel}}</div></td>
</tr>
{{/rows}}
-</table> \ No newline at end of file
+</table>