Skip to content

Commit b4b2ff2

Browse files
committed
[FIX] Display worker difficulty
1 parent 1d4f60b commit b4b2ff2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

public/templates/test/account/workers/default.tpl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
<th align="center">Active</th>
3838
{if $GLOBAL.config.disable_notifications != 1}<th align="center">Monitor</th>{/if}
3939
<th align="right">Khash/s</th>
40+
<th align="right">Difficulty</th>
4041
<th align="center" style="padding-right: 25px;">Action</th>
4142
</tr>
4243
</thead>
@@ -59,6 +60,7 @@
5960
</td>
6061
{/if}
6162
<td align="right">{$WORKERS[worker].hashrate|number_format}</td>
63+
<td align="right">{$WORKERS[worker].difficulty|number_format:"2"}</td>
6264
<td align="center" style="padding-right: 25px;"><a href="{$smarty.server.PHP_SELF}?page={$smarty.request.page|escape}&action={$smarty.request.action|escape}&do=delete&id={$WORKERS[worker].id|escape}" class="icn_trash"><i class="icon-trash" /></a></td>
6365
</tr>
6466
{/section}

0 commit comments

Comments
 (0)