summaryrefslogtreecommitdiffstats
path: root/modules-available/statistics/templates/hints-ram-underclocked.html
diff options
context:
space:
mode:
Diffstat (limited to 'modules-available/statistics/templates/hints-ram-underclocked.html')
-rw-r--r--modules-available/statistics/templates/hints-ram-underclocked.html44
1 files changed, 44 insertions, 0 deletions
diff --git a/modules-available/statistics/templates/hints-ram-underclocked.html b/modules-available/statistics/templates/hints-ram-underclocked.html
new file mode 100644
index 00000000..e1f19c4f
--- /dev/null
+++ b/modules-available/statistics/templates/hints-ram-underclocked.html
@@ -0,0 +1,44 @@
+<h2>{{lang_ramUnderclocked}}</h2>
+
+<p>{{lang_ramUnderclockedText}}</p>
+
+<table class="table">
+ <thead>
+ <tr>
+ <th>{{lang_machine}}</th>
+ <th>{{lang_type}}</th>
+ <th>{lang_speedCurrent}}</th>
+ <th>{{lang_speedDesign}}</th>
+ <th>{{lang_manufacturer}}</th>
+ <th>{{lang_serialNumber}}</th>
+ </tr>
+ </thead>
+ <tbody>
+ {{#list}}
+ <tr>
+ <td>
+ <a class="slx-bold" href="?do=statistics&amp;uuid={{machineuuid}}">
+ {{hostname}}{{^hostname}}{{clientip}}{{/hostname}}
+ </a>
+ <div class="small">{{machineuuid}}</div>
+ </td>
+ <td>
+ {{Type}} {{Form Factor}}
+ <div>{{Size}}</div>
+ </td>
+ <td>
+ {{Configured Memory Speed}}
+ </td>
+ <td>
+ {{Speed}}
+ </td>
+ <td>
+ {{Manufacturer}}
+ </td>
+ <td>
+ {{Serial Number}}
+ </td>
+ </tr>
+ {{/list}}
+ </tbody>
+</table> \ No newline at end of file