summaryrefslogblamecommitdiffstats
path: root/modules-available/statistics/templates/hints-nic-speed.html
blob: c26364e6d44cae2b6069a0ce857dc0ec1ee85e5e (plain) (tree)






























                                                                                                   
<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>
	</tr>
	</thead>
	<tbody>
	{{#list}}
		<tr>
			<td>
				<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>
		</tr>
	{{/list}}
	</tbody>
</table>