summaryrefslogblamecommitdiffstats
path: root/modules-available/statistics/templates/hints-hdd-grow.html
blob: 26e4f73fda98aae1db7d1ecc55cffb9d811662b9 (plain) (tree)
1
2
3
4
5
6
7
8
9








                                         
                                          




























                                                                                           

                                          






















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