php-mpos/public/templates/mpos/dashboard/network_info.tpl
Sebastian Grewe ca427b414b [FEATURE] Disable Dashboard and Dashboard API
Allows pools to disable the dashboard and dashboard API completely.
Useful if you are not running a master/load(/load/load) setup to deal
with frequent live queries.

Fixes #876 once merged.
2013-12-04 09:54:11 +01:00

12 lines
358 B
Smarty

<tr>
<td colspan="2"><b><u>Network Info</u></b></td>
</tr>
<tr>
<td><b>Difficulty</b></td>
<td id="b-diff" class="right">{$NETWORK.difficulty}</td>
</tr>
<tr>
<td><b>Current Block</b></td>
<td id="b-nblock" class="right">{$NETWORK.block}</td>
</tr>