php-mpos/public/templates/bootstrap/dashboard/workers.tpl
2014-03-02 18:03:36 +01:00

24 lines
577 B
Smarty

<div class="col-lg-4">
<div class="panel panel-info">
<div class="panel-heading">
<h3>Active Worker Information</h3>
</div>
<div class="panel-body no-padding">
<table class="tablesorter" cellspacing="0">
<thead>
<tr>
<th>Worker</th>
<th>Hashrate</th>
<th>Difficulty</th>
</tr>
</thead>
<tbody id="b-workers">
<tr>
<td colspan="3">Loading worker information</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>