blob: 8e8565fe4bc9210900babf07b3b8eeb2e8016dae (
plain) (
tree)
|
|
<h1>{{lang_clientList}}</h1>
<div class="pull-right">{{filter}} ~= {{argument}}</div>
<div class="clearfix"></div>
<table class="table table-condensed table-striped">
<tr>
<th>{{lang_machine}}</th>
<th>{{lang_address}}</th>
<th class="text-right">{{lang_lastSeen}}</th>
<th>{{lang_kvmSupport}}</th>
<th class="text-right">{{lang_gbRam}}</th>
<th class="text-right">{{lang_tmpGb}}</th>
<th>{{lang_cpuModel}}</th>
</tr>
{{#rows}}
<tr>
<td class="slx-nowrap">
{{#hasnotes}}<span class="glyphicon glyphicon-exclamation-sign pull-right"></span>{{/hasnotes}}
{{#state_off}}
<span class="glyphicon glyphicon-off" title="{{lang_machineOff}}"></span>
{{/state_off}}
{{#state_idle}}
<span class="glyphicon glyphicon-ok green" title="{{lang_machineIdle}}"></span>
{{/state_idle}}
{{#state_occupied}}
<span class="glyphicon glyphicon-user red" title="{{lang_machineOccupied}}"></span>
{{/state_occupied}}
<a href="?do=Statistics&uuid={{machineuuid}}"><b>{{hostname}}</b></a>
<div class="small">{{machineuuid}}</div>
</td>
<td><b><a href="?do=Statistics&filter=subnet&argument={{subnet}}">{{subnet}}</a>{{lastoctet}}</b><br>{{macaddr}}</td>
<td class="text-right">{{lastseen}}</td>
<td class="{{kvmclass}}">{{kvmstate}}</td>
<td class="text-right {{ramclass}}">{{gbram}} GiB</td>
<td class="text-right {{hddclass}}">
{{gbtmp}} GiB
{{#badsectors}}<div>
<span class="glyphicon glyphicon-exclamation-sign"></span>
{{badsectors}}
</div>{{/badsectors}}
</td>
<td>{{lang_realCores}}: {{realcores}}<div class="small">{{cpumodel}}</div></td>
</tr>
{{/rows}}
</table>
|