diff --git a/public/templates/bootstrap/dashboard/overview.tpl b/public/templates/bootstrap/dashboard/overview.tpl index c50bf1c1..a11afae8 100755 --- a/public/templates/bootstrap/dashboard/overview.tpl +++ b/public/templates/bootstrap/dashboard/overview.tpl @@ -3,44 +3,44 @@

Overview

-
-
+
+
-

My Hashrate {$GLOBAL.hashunits.personal}

- {$GLOBAL.userdata.hashrate|number_format:"2"} + My Hashrate {$GLOBAL.hashunits.personal} + {$GLOBAL.userdata.hashrate|number_format:"2"}
-

My Sharerate

- {$GLOBAL.userdata.sharerate|number_format:"2"} + My Sharerate + {$GLOBAL.userdata.sharerate|number_format:"2"}
-

Pool Hashrate {$GLOBAL.hashunits.pool}

- {$GLOBAL.hashrate|number_format:"2"} + Pool Hashrate {$GLOBAL.hashunits.pool} + {$GLOBAL.hashrate|number_format:"2"}
-

Pool Workers

- {$GLOBAL.workers} + Pool Workers + {$GLOBAL.workers}
{if $GLOBAL.config.tickerupdate.enabled}
-

{$GLOBAL.config.currency}/{$GLOBAL.config.price.currency}

- {$GLOBAL.price|default:"0"|number_format:"8"} + {$GLOBAL.config.currency}/{$GLOBAL.config.price.currency} + {$GLOBAL.price|default:"0"|number_format:"8"}
{/if}
- -
+
\ No newline at end of file