summaryrefslogtreecommitdiffstats
path: root/modules-available/statistics/templates/hints-ram-underclocked.html
blob: 35bdd857244ba996a5683993971d1f7a538b4495 (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
45
46
47
48
49
<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_serialNo}}</th>
		<th></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">
				{{Type}} {{Form Factor}}
				<div>{{Size}}</div>
			</td>
			<td class="text-nowrap">
				{{Configured Memory Speed}}
			</td>
			<td class="text-nowrap">
				{{Speed}}
			</td>
			<td class="text-nowrap">
				{{Manufacturer}}
			</td>
			<td>
				{{Serial Number}}
			</td>
			<td class="text-right">
				<span class="badge">{{group_count}}</span>
			</td>
		</tr>
	{{/list}}
	</tbody>
</table>