summaryrefslogtreecommitdiffstats
path: root/modules-available/statistics/templates/hints-hdd-grow.html
blob: b7c5bff4b4ec7b735e78fcb2d0e6b341ebd1c0ae (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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<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>