diff --git a/public/templates/bootstrap/dashboard/round_statistics/prop/round.tpl b/public/templates/bootstrap/dashboard/round_statistics/prop/round.tpl
index 240c98b4..1d23a528 100644
--- a/public/templates/bootstrap/dashboard/round_statistics/prop/round.tpl
+++ b/public/templates/bootstrap/dashboard/round_statistics/prop/round.tpl
@@ -22,7 +22,8 @@
-
{$NETWORK.EstNextDifficulty|number_format:"8"} (Change in {$NETWORK.BlocksUntilDiffChange} Blocks)
+
{$NETWORK.EstNextDifficulty|number_format:"8"}
+
Change in {$NETWORK.BlocksUntilDiffChange} Blocks
Est Next Difficulty
diff --git a/public/templates/bootstrap/dashboard/round_statistics/prop/shares.tpl b/public/templates/bootstrap/dashboard/round_statistics/prop/shares.tpl
index 2c233030..8a23cab9 100644
--- a/public/templates/bootstrap/dashboard/round_statistics/prop/shares.tpl
+++ b/public/templates/bootstrap/dashboard/round_statistics/prop/shares.tpl
@@ -2,24 +2,46 @@
|
- Own |
- Pool |
+ Own |
+ Pool |
Valid |
- {$GLOBAL.userdata.shares.valid|number_format} |
- {$GLOBAL.roundshares.valid|number_format} |
-
+
+
+ |
+
+
+ |
Invalid |
- {$GLOBAL.userdata.shares.invalid|number_format} |
- {$GLOBAL.roundshares.invalid|number_format} |
+
+
+ |
+
+
+ |
Efficiency |
- {if $GLOBAL.userdata.shares.valid > 0}{(100 - ($GLOBAL.userdata.shares.invalid / ($GLOBAL.userdata.shares.valid + $GLOBAL.userdata.shares.invalid) * 100))|number_format:"2"}%{else}0.00%{/if} |
- {if $GLOBAL.roundshares.valid > 0}{(100 - ($GLOBAL.roundshares.invalid / ($GLOBAL.roundshares.valid + $GLOBAL.roundshares.invalid) * 100))|number_format:"2"}%{else}0.00%{/if} |
+
+
+ |
+
+
|