[FIX] Worker Difficulty on mobile worker page

This commit is contained in:
Sebastian Grewe 2013-10-08 07:13:37 +02:00
parent 0dca798f5c
commit 91158bc755

View File

@ -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>