[FIX] Worker Difficulty on mobile worker page
This commit is contained in:
parent
0dca798f5c
commit
91158bc755
@ -12,7 +12,7 @@
|
||||
<td align="left"{if $WORKERS[worker].active} style="color: orange"{/if}>{$username.0|escape}.{$username.1|escape}</td>
|
||||
<td align="center"><img src="{$PATH}/images/{if $WORKERS[worker].hashrate > 0}success{else}error{/if}.gif" /></td>
|
||||
<td align="right">{$WORKERS[worker].hashrate|number_format}</td>
|
||||
<td class="right">{$WORKERS[worker].hashrate|number_format}</td>
|
||||
<td class="right">{$WORKERS[worker].difficulty|number_format:"2"}</td>
|
||||
</tr>
|
||||
{/section}
|
||||
</tbody>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user