summaryrefslogtreecommitdiffstats
path: root/templates/statistics/clientlist.html
diff options
context:
space:
mode:
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>