php-mpos/public/templates/bootstrap/dashboard/workers.tpl
2014-02-27 17:59:02 -07:00

17 lines
406 B
Smarty
Executable File

<article class="module width_quarter">
<header><h3>Active Worker Information</h3></header>
<table class="tablesorter" cellspacing="0">
<thead>
<tr>
<th>Worker</th>
<th>Hashrate</th>
<th>Difficulty</th>
</tr>
</thead>
<tbody id="b-workers">
<td colspan="3">Loading worker information</td>
</tbody>
</tr>
</table>
</article>