summaryrefslogtreecommitdiffstats
path: root/modules-available/statistics/templates
diff options
context:
space:
mode:
authorSimon Rettberg2016-11-14 15:51:04 +0100
committerSimon Rettberg2016-11-14 15:51:04 +0100
commit4bbf74461048d50805b2512535781f18b4661b22 (patch)
tree13583abe9febbe5acb8d4a646f0bb9b7c189d145 /modules-available/statistics/templates
parent[locationinfo] Skeleton for new module (diff)
downloadslx-admin-4bbf74461048d50805b2512535781f18b4661b22.tar.gz
slx-admin-4bbf74461048d50805b2512535781f18b4661b22.tar.xz
slx-admin-4bbf74461048d50805b2512535781f18b4661b22.zip
[statistics] Show red hdd icon in client list when filtering by ID44 == 0 and machine has no HDD installed at all
Diffstat (limited to 'modules-available/statistics/templates')
-rw-r--r--modules-available/statistics/templates/clientlist.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules-available/statistics/templates/clientlist.html b/modules-available/statistics/templates/clientlist.html
index 2bac29fa..73148eb8 100644
--- a/modules-available/statistics/templates/clientlist.html
+++ b/modules-available/statistics/templates/clientlist.html
@@ -82,6 +82,9 @@
<span class="glyphicon glyphicon-exclamation-sign"></span>
{{badsectors}}
</div>{{/badsectors}}
+ {{#nohdd}}<div>
+ <span class="glyphicon glyphicon-hdd red"></span>
+ </div>{{/nohdd}}
</td>
<td>{{lang_realCores}}: {{realcores}}<div class="small">{{cpumodel}}</div></td>
</tr>