summaryrefslogblamecommitdiffstats
path: root/modules-available/statistics/templates/hints-hdd-grow.html
blob: dd8567003748a97acccb0c8d5c278b7e44a883aa (plain) (tree)
































































                                                                                           
<h2>{{lang_hddUnused}}</h2>

<p>{{lang_hddUnusedId44}}</p>

<table class="table">
	<thead>
	<tr>
		<th>{{lang_machine}}</th>
		<th>{{lang_unused}}</th>
		<th>{lang_id44size}}</th>
	</tr>
	</thead>
	<tbody>
	{{#id44}}
	<tr>
		<td>
			<a class="slx-bold" href="?do=statistics&amp;uuid={{machineuuid}}">
				{{hostname}}{{^hostname}}{{clientip}}{{/hostname}}
			</a>
			<div class="small">{{machineuuid}}</div>
		</td>
		<td>
			{{unused_s}}
		</td>
		<td>
			{{id44mb_s}}
		</td>
	</tr>
	{{/id44}}
	</tbody>
</table>

<p>{{lang_hddUnusedId45}}</p>

<table class="table">
	<thead>
	<tr>
		<th>{{lang_machine}}</th>
		<th>{{lang_unused}}</th>
		<th>{lang_id45size}}</th>
		<th>{lang_id44size}}</th>
	</tr>
	</thead>
	<tbody>
	{{#id45}}
	<tr>
		<td>
			<a class="slx-bold" href="?do=statistics&amp;uuid={{machineuuid}}">
				{{hostname}}{{^hostname}}{{clientip}}{{/hostname}}
			</a>
			<div class="small">{{machineuuid}}</div>
		</td>
		<td>
			{{unused_s}}
		</td>
		<td>
			{{id45mb_s}}
		</td>
		<td>
			{{id44mb_s}}
		</td>
	</tr>
	{{/id45}}
	</tbody>
</table>