summaryrefslogtreecommitdiffstats
path: root/modules-available/statistics/templates
diff options
context:
space:
mode:
authorSimon Rettberg2022-05-24 14:42:31 +0200
committerSimon Rettberg2022-05-24 14:42:31 +0200
commitf62092beb3fcf6ba48b4930b67a7dd579f2c1695 (patch)
tree35dabb44e2691d44182a4ab19010135b272bec07 /modules-available/statistics/templates
parent[rebootcontrol] Run reachability checks a little more often (diff)
downloadslx-admin-f62092beb3fcf6ba48b4930b67a7dd579f2c1695.tar.gz
slx-admin-f62092beb3fcf6ba48b4930b67a7dd579f2c1695.tar.xz
slx-admin-f62092beb3fcf6ba48b4930b67a7dd579f2c1695.zip
[statistics] Fix displaying CPU core/thread info
Diffstat (limited to 'modules-available/statistics/templates')
-rw-r--r--modules-available/statistics/templates/machine-main.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules-available/statistics/templates/machine-main.html b/modules-available/statistics/templates/machine-main.html
index 0a2e2a74..2fc191ec 100644
--- a/modules-available/statistics/templates/machine-main.html
+++ b/modules-available/statistics/templates/machine-main.html
@@ -230,11 +230,11 @@
<td class="text-nowrap">{{lang_cpuModel}}</td>
<td>
{{cpumodel}}
- {{#cpu.sockets}}
+ {{#cpu-sockets}}
<div class="small">
- {{lang_sockets}}: {{cpu.sockets}}, {{lang_cores}}: {{cpu.cores}}, {{lang_virtualCores}}: {{cpu.threads}}
+ {{lang_sockets}}: {{cpu-sockets}}, {{lang_cores}}: {{cpu-cores}}, {{lang_virtualCores}}: {{cpu-threads}}
</div>
- {{/cpu.sockets}}
+ {{/cpu-sockets}}
{{#live_cpuload_s}}
<div class="meter">
<div class="text left">{{lang_cpuload}}</div>