summaryrefslogtreecommitdiffstats
path: root/modules-available/statistics/templates/hints-cpu-legacy.html
blob: 44a5b1669737e3e94eb39b6f5b9cc73cce6c9785 (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
<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>