summaryrefslogtreecommitdiffstats
path: root/modules-available/statistics/templates/hints-cpu-legacy.html
diff options
context:
space:
mode:
authorSimon Rettberg2023-09-25 15:25:02 +0200
committerSimon Rettberg2023-09-25 15:25:02 +0200
commite440e54e36a5a79555b7ff8275cc50138d8ea766 (patch)
tree981a5a262bcc556d34a30bd49f9f78052f467c79 /modules-available/statistics/templates/hints-cpu-legacy.html
parent[rebootcontrol] Make subnet deletion timoeut match that of machines (diff)
downloadslx-admin-e440e54e36a5a79555b7ff8275cc50138d8ea766.tar.gz
slx-admin-e440e54e36a5a79555b7ff8275cc50138d8ea766.tar.xz
slx-admin-e440e54e36a5a79555b7ff8275cc50138d8ea766.zip
[statistics] Add hints for old CPUs (to be implemented on client)
Diffstat (limited to 'modules-available/statistics/templates/hints-cpu-legacy.html')
-rw-r--r--modules-available/statistics/templates/hints-cpu-legacy.html28
1 files changed, 28 insertions, 0 deletions
diff --git a/modules-available/statistics/templates/hints-cpu-legacy.html b/modules-available/statistics/templates/hints-cpu-legacy.html
new file mode 100644
index 00000000..44a5b166
--- /dev/null
+++ b/modules-available/statistics/templates/hints-cpu-legacy.html
@@ -0,0 +1,28 @@
+<h2>{{lang_legacyCpuVmx}}</h2>
+
+<p>{{lang_legacyCpuVmxText}}</p>
+
+<table class="table">
+ <thead>
+ <tr>
+ <th>{{lang_machine}}</th>
+ <th>{{lang_cpuModel}}</th>
+ </tr>
+ </thead>
+ <tbody>
+ {{#list}}
+ <tr>
+ <td>
+ <span class="glyphicon {{icon}}"></span>
+ <a class="slx-bold" href="?do=statistics&amp;uuid={{machineuuid}}">
+ {{hostname}}{{^hostname}}{{clientip}}{{/hostname}}
+ </a>
+ <div class="small">{{machineuuid}}</div>
+ </td>
+ <td class="text-nowrap">
+ {{cpumodel}}
+ </td>
+ </tr>
+ {{/list}}
+ </tbody>
+</table> \ No newline at end of file