Skip to content

Commit e09db5c

Browse files
committed
update block statistics
1 parent 15de9e1 commit e09db5c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

templates/bootstrap/statistics/blocks/blocks_found_details.tpl

+3-3
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,11 @@
6565
{/section}
6666
<tr>
6767
<td colspan="6"><b>Totals</b></td>
68-
<td class="text-right">{$totalexpectedshares|number_format}</td>
68+
<td class="text-right">{$totalexpectedshares|number_format:$GLOBAL.config.sharediffprecision}</td>
6969
{if $GLOBAL.config.payout_system == 'pplns'}
70-
<td class="text-right">{$pplnsshares|number_format}</td>
70+
<td class="text-right">{$pplnsshares|number_format:$GLOBAL.config.sharediffprecision}</td>
7171
{/if}
72-
<td class="text-right">{$totalshares|number_format}</td>
72+
<td class="text-right">{$totalshares|number_format:$GLOBAL.config.sharediffprecision}</td>
7373
<td class="text-right">{if $count > 0}<font color="{if (($totalshares / $totalexpectedshares * 100) <= 100)}green{elseif (($totalshares / $totalexpectedshares * 100) <= 115)}orange{else}red{/if}">{($totalshares / $totalexpectedshares * 100)|number_format:"2"}</font>{else}0{/if}</td>
7474
</tr>
7575
</tbody>

0 commit comments

Comments
 (0)