From 6821a5f066b8e2a5648c0eabf1322749300d28c3 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Mon, 15 Feb 2016 18:33:37 +0100 Subject: [statistics] Smart values, show last log lines, location support --- templates/statistics/machine-hdds.html | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'templates/statistics/machine-hdds.html') diff --git a/templates/statistics/machine-hdds.html b/templates/statistics/machine-hdds.html index cb3cbffc..fd6cf1be 100644 --- a/templates/statistics/machine-hdds.html +++ b/templates/statistics/machine-hdds.html @@ -4,9 +4,21 @@
- {{dev}} + {{s_ModelFamily}} {{dev}}
+ {{#s_DeviceModel}} +
{{lang_modelNo}}: {{s_DeviceModel}}, {{lang_serialNo}}: {{s_SerialNumber}}
+ {{/s_DeviceModel}} + {{#s_ReallocatedSectorCt}} +
{{lang_reallocatedSectors}}: {{s_ReallocatedSectorCt}}
+ {{/s_ReallocatedSectorCt}} + {{#s_CurrentPendingSector}} +
{{lang_pendingSectors}}: {{s_CurrentPendingSector}}
+ {{/s_CurrentPendingSector}} + {{#s_PowerOnHours}} +
{{lang_powerOnTime}}: {{s_PowerOnHours}} {{lang_hours}} ({{PowerOnTime}})
+ {{/s_PowerOnHours}}
-- cgit v1.2.3-55-g7522