From 11906e645810c6d2282c2e3cbd356ed972e6fa45 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Mon, 13 Jun 2022 16:08:06 +0200 Subject: [statistics] Make CPU and system model clickable in machine details --- modules-available/statistics/templates/machine-main.html | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'modules-available/statistics') diff --git a/modules-available/statistics/templates/machine-main.html b/modules-available/statistics/templates/machine-main.html index 2fc191ec..bcae2177 100644 --- a/modules-available/statistics/templates/machine-main.html +++ b/modules-available/statistics/templates/machine-main.html @@ -229,7 +229,9 @@ {{lang_cpuModel}} - {{cpumodel}} + + {{cpumodel}} + {{#cpu-sockets}}
{{lang_sockets}}: {{cpu-sockets}}, {{lang_cores}}: {{cpu-cores}}, {{lang_virtualCores}}: {{cpu-threads}} @@ -253,7 +255,13 @@ {{lang_pcmodel}} - {{system.Product Name}} ({{system.Manufacturer}}) + + {{#system.Product Name}} + + {{system.Product Name}} ({{system.Manufacturer}}) + + {{/system.Product Name}} + {{lang_mobomodel}} -- cgit v1.2.3-55-g7522