summaryrefslogtreecommitdiffstats
path: root/modules-available/statistics/templates/hints-ram-underclocked.html
blob: e1f19c4fdcec69d754dc573b64076e9a97fe7048 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
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>