summaryrefslogtreecommitdiffstats
path: root/modules-available/statistics/templates/hints-nic-speed.html
blob: d8ff4eef8e369c2a360be413737d4f43437c2188 (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
<h2>{{lang_nicSlowSpeed}}</h2>

<p>{{lang_nicSlowSpeedText}}</p>

<table class="table">
	<thead>
	<tr>
		<th>{{lang_machine}}</th>
		<th>{{lang_nicSpeed}}</th>
		<th>{{lang_nicDuplex}}</th>
		<th colspan="3">{{lang_localCaching}}</th>
	</tr>
	</thead>
	<tbody>
	{{#list}}
		<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 class="text-nowrap">
				{{nic-speed}}&thinsp;{{lang_MbitPerSecond}}
			</td>
			<td>
				{{nic-duplex}}
			</td>
			<td class="{{id45class}} slx-smallcol">
				<div>{{lang_id45size}}:</div>
				<div>{{lang_minId45}}:</div>
			</td>
			<td class="{{id45class}} slx-smallcol text-right">
				<div>{{id45gb}}&thinsp;GiB</div>
				<div>{{id45min}}&thinsp;GiB</div>
			</td>
			<td class="slx-smallcol">
				<div>
					{{#locationid}}
					<a href="?do=baseconfig&amp;module=locations&amp;locationid={{locationid}}&amp;redirect=%3Fdo%3Dstatistics%26show%3Dhints#SLX_DNBD3_MIN_GB">
					<span class="glyphicon glyphicon-edit"></span>
					{{lang_location}}
					</a>
					{{/locationid}}
					{{^locationid}}
						&nbsp;
					{{/locationid}}
				</div>
				<div>
					<a href="?do=baseconfig&amp;module=statistics&amp;machineuuid={{machineuuid}}&amp;redirect=%3Fdo%3Dstatistics%26show%3Dhints#SLX_DNBD3_MIN_GB">
					<span class="glyphicon glyphicon-edit"></span>
					{{lang_machine}}
					</a>
				</div>
			</td>
		</tr>
	{{/list}}
	</tbody>
</table>