summaryrefslogtreecommitdiffstats
path: root/modules-available/statistics/templates/machine-main.html
diff options
context:
space:
mode:
authorSimon Rettberg2022-05-17 13:36:44 +0200
committerSimon Rettberg2022-05-17 13:36:44 +0200
commit6c45754d5babe0e5f5aaf9c35698911368ee02e8 (patch)
tree230bafc1835cb8d64a2919ab51e0f2c93867030a /modules-available/statistics/templates/machine-main.html
parent[inc/Util] Remove leading space in formatDuration() when < 24h (diff)
downloadslx-admin-6c45754d5babe0e5f5aaf9c35698911368ee02e8.tar.gz
slx-admin-6c45754d5babe0e5f5aaf9c35698911368ee02e8.tar.xz
slx-admin-6c45754d5babe0e5f5aaf9c35698911368ee02e8.zip
[statistics] Client details: Display booted system and bootup duration
Diffstat (limited to 'modules-available/statistics/templates/machine-main.html')
-rw-r--r--modules-available/statistics/templates/machine-main.html12
1 files changed, 11 insertions, 1 deletions
diff --git a/modules-available/statistics/templates/machine-main.html b/modules-available/statistics/templates/machine-main.html
index ed9fe83a..0a2e2a74 100644
--- a/modules-available/statistics/templates/machine-main.html
+++ b/modules-available/statistics/templates/machine-main.html
@@ -41,7 +41,17 @@
</tr>
<tr>
<td class="text-nowrap">{{lang_lastBoot}}</td>
- <td>{{lastboot_s}}</td>
+ <td>
+ {{lastboot_s}}
+ {{#minilinux}}
+ <div>
+ {{lang_baseSystem}}: {{minilinux}}
+ {{#boottime_s}}
+ (<span title="{{lang_boottimeTooltip}}">{{boottime_s}}</span>)
+ {{/boottime_s}}
+ </div>
+ {{/minilinux}}
+ </td>
</tr>
<tr>
<td class="text-nowrap">{{lang_lastSeen}}</td>