php-mpos/templates/bluemoon/dashboard/worker_information/default.tpl
iAmShorty 8cff8fe2f2 - changed dashboard layout
- added shares to overview
2016-07-06 15:49:30 +02:00

29 lines
755 B
Smarty

{if !$DISABLED_DASHBOARD and !$DISABLED_DASHBOARD_API}
<div class="widget">
<div class="widget-header">
<div class="title">
Worker Information
</div>
<span class="tools">
<i class="fa fa-desktop"></i>
</span>
</div>
<div class="widget-body">
<div class="table-responsive">
<table class="table table-bordered table-hover table-striped">
<thead>
<tr>
<th>Worker</th>
<th>Hashrate</th>
<th>Difficulty</th>
</tr>
</thead>
<tbody id="b-workers">
<td colspan="3" class="text-center">No worker information available</td>
</tbody>
</table>
</div>
</div>
</div>
{/if}