diff --git a/public/templates/bootstrap/dashboard/overview_no_price.tpl b/public/templates/bootstrap/dashboard/overview_no_price.tpl index 3e735f62..1a3a5ea9 100644 --- a/public/templates/bootstrap/dashboard/overview_no_price.tpl +++ b/public/templates/bootstrap/dashboard/overview_no_price.tpl @@ -1,6 +1,6 @@
-

My Hashrate {$GLOBAL.hashunits.personal}

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

My Hashrate

+ {$GLOBAL.userdata.hashrate|number_format:"2"} {$GLOBAL.hashunits.personal}
@@ -11,8 +11,8 @@
-

Pool Hashrate {$GLOBAL.hashunits.pool}

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

Pool Hashrate

+ {$GLOBAL.hashrate|number_format:"2"} {$GLOBAL.hashunits.pool}
@@ -23,8 +23,8 @@
-

Net Hashrate {$GLOBAL.hashunits.pool}

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

Net Hashrate

+ {$GLOBAL.nethashrate|number_format:"2"} {$GLOBAL.hashunits.network}
diff --git a/public/templates/bootstrap/dashboard/overview_price.tpl b/public/templates/bootstrap/dashboard/overview_price.tpl index b96c7414..837465ad 100644 --- a/public/templates/bootstrap/dashboard/overview_price.tpl +++ b/public/templates/bootstrap/dashboard/overview_price.tpl @@ -1,6 +1,6 @@
-

My Hashrate {$GLOBAL.hashunits.personal}

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

My Hashrate

+ {$GLOBAL.userdata.hashrate|number_format:"2"} {$GLOBAL.hashunits.personal}
@@ -11,8 +11,8 @@
-

Pool Hashrate {$GLOBAL.hashunits.pool}

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

Pool Hashrate

+ {$GLOBAL.hashrate|number_format:"2"} {$GLOBAL.hashunits.pool}
@@ -23,8 +23,8 @@
-

Net Hashrate {$GLOBAL.hashunits.pool}

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

Net Hashrate

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