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.
12 lines
358 B
Smarty
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>
|