summaryrefslogblamecommitdiffstats
path: root/modules-available/statistics/templates/hints-hdd-grow.html
blob: b7c5bff4b4ec7b735e78fcb2d0e6b341ebd1c0ae (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>
			<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>
			{{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>
			<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>
			{{unused_s}}
		</td>
		<td>
			{{id45mb_s}}
		</td>
		<td>
			{{id44mb_s}}
		</td>
	</tr>
	{{/id45}}
	</tbody>
</table>