summaryrefslogtreecommitdiffstats
path: root/modules-available/statistics/templates/hints-ram-upgrade.html
blob: 7b60d4197fa940d5109505adba6ebee745b9338e (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
<h2>{{lang_ramUpgrade}}</h2>

<p>{{lang_ramUpgradeText}}</p>

<table class="table">
	<thead>
	<tr>
		<th>{{lang_machine}}</th>
		<th>{{lang_installedCountMax}}</th>
		<th>{{lang_ramSizeCurrentMax}}</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="{{count_class}}">
			{{Memory Slot Occupied}} / {{Memory Slot Count}}
		</td>
		<td class="{{size_class}}">
			{{Memory Installed Capacity}} / {{Memory Maximum Capacity}}
		</td>
	</tr>
	{{/list}}
	</tbody>
</table>