php-mpos/public/templates/mpos/dashboard/workers.tpl
2014-03-01 17:57:43 -07:00

17 lines
462 B
Smarty

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