diff --git a/public/templates/bootstrap/dashboard/overview_price.tpl b/public/templates/bootstrap/dashboard/overview_price.tpl index 8c66091a..b96c7414 100644 --- a/public/templates/bootstrap/dashboard/overview_price.tpl +++ b/public/templates/bootstrap/dashboard/overview_price.tpl @@ -1,36 +1,36 @@

My Hashrate {$GLOBAL.hashunits.personal}

- {$GLOBAL.userdata.hashrate|number_format:"2"} + {$GLOBAL.userdata.hashrate|number_format:"2"}

My Sharerate

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

Pool Hashrate {$GLOBAL.hashunits.pool}

- {$GLOBAL.hashrate|number_format:"2"} + {$GLOBAL.hashrate|number_format:"2"}

Pool Workers

- {$GLOBAL.workers} + {$GLOBAL.workers}

Net Hashrate {$GLOBAL.hashunits.pool}

- {$GLOBAL.nethashrate|number_format:"2"} + {$GLOBAL.nethashrate|number_format:"2"}

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

- {$GLOBAL.price|default:"0"|number_format:"8"} + {$GLOBAL.price|default:"0"|number_format:"8"}