summaryrefslogblamecommitdiffstats
path: root/modules-available/statistics/templates/hints-ram-upgrade.html
blob: be0d25324653091e14fdd113ba98ab48d75adefc (plain) (tree)






























                                                                                           
<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>
			<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>