KLanding/sysinfo/plugins/uprecords/uprecords_bootstrap.html
2015-07-26 08:33:54 +01:00

26 lines
909 B
HTML

<div class="col-lg-12" id="block_uprecords" style="display:none">
<div class="panel panel-primary">
<div class="panel-heading">Uprecords</div>
<div class="panel-body">
<table id="uprecords" class="table table-hover table-condensed">
<thead>
<tr>
<th>#</th>
<th>Uptime</th>
<th>System</th>
<th>Boot up</th>
</tr>
</thead>
<tbody id="uprecords-data">
<tr>
<th><span data-bind="hash"></span></th>
<td><span data-bind="Uptime"></span></td>
<td><span data-bind="System"></span></td>
<td><span data-bind="Bootup"></span></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>