From 496ac9b9680acae777dbd207858c874a7fcec252 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Wed, 15 Jun 2022 13:45:58 +0200 Subject: [statistics] Show clients with < gigabit ethernet in hints --- .../statistics/templates/hints-nic-speed.html | 31 +++++++++ .../templates/hints-ram-underclocked.html | 80 ++++++++++++---------- 2 files changed, 73 insertions(+), 38 deletions(-) create mode 100644 modules-available/statistics/templates/hints-nic-speed.html (limited to 'modules-available/statistics/templates') diff --git a/modules-available/statistics/templates/hints-nic-speed.html b/modules-available/statistics/templates/hints-nic-speed.html new file mode 100644 index 00000000..c26364e6 --- /dev/null +++ b/modules-available/statistics/templates/hints-nic-speed.html @@ -0,0 +1,31 @@ +

{{lang_nicSlowSpeed}}

+ +

{{lang_nicSlowSpeedText}}

+ + + + + + + + + + + {{#list}} + + + + + + {{/list}} + +
{{lang_machine}}{{lang_nicSpeed}}{{lang_nicDuplex}}
+ + {{hostname}}{{^hostname}}{{clientip}}{{/hostname}} + +
{{machineuuid}}
+
+ {{nic-speed}} {{lang_MbitPerSecond}} + + {{nic-duplex}} +
\ No newline at end of file diff --git a/modules-available/statistics/templates/hints-ram-underclocked.html b/modules-available/statistics/templates/hints-ram-underclocked.html index 3722f109..a46f02d9 100644 --- a/modules-available/statistics/templates/hints-ram-underclocked.html +++ b/modules-available/statistics/templates/hints-ram-underclocked.html @@ -3,42 +3,46 @@

{{lang_ramUnderclockedText}}

- - - - - - - - - - - - {{#list}} - - - - - - - - - {{/list}} - + + + + + + + + + + + + + {{#list}} + + + + + + + + + + {{/list}} +
{{lang_machine}}{{lang_type}}{{lang_speedCurrent}}{{lang_speedDesign}}{{lang_manufacturer}}{{lang_serialNo}}
- - {{hostname}}{{^hostname}}{{clientip}}{{/hostname}} - -
{{machineuuid}}
-
- {{Type}} {{Form Factor}} -
{{Size}}
-
- {{Configured Memory Speed}} - - {{Speed}} - - {{Manufacturer}} - - {{Serial Number}} -
{{lang_machine}}{{lang_type}}{{lang_speedCurrent}}{{lang_speedDesign}}{{lang_manufacturer}}{{lang_serialNo}}
+ + {{hostname}}{{^hostname}}{{clientip}}{{/hostname}} + +
{{machineuuid}}
+
+ {{Type}} {{Form Factor}} +
{{Size}}
+
+ {{Configured Memory Speed}} + + {{Speed}} + + {{Manufacturer}} + + {{Serial Number}} + + {{group_count}} +
-- cgit v1.2.3-55-g7522