Merge pull request #693 from TheSerapher/issue-692

[FIX] Worker Difficulty on mobile worker page

Fixes #692.
This commit is contained in:
Sebastian Grewe 2013-10-07 22:13:57 -07:00
commit 1ec0b25bb4

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>