diff --git a/public/templates/bootstrap/admin/poolworkers/default.tpl b/public/templates/bootstrap/admin/poolworkers/default.tpl index e7c0ce42..11c0d792 100644 --- a/public/templates/bootstrap/admin/poolworkers/default.tpl +++ b/public/templates/bootstrap/admin/poolworkers/default.tpl @@ -5,21 +5,6 @@ {$GLOBAL.workers} Current Active Pool Workers
| {$WORKERS[worker].username|escape} | {$WORKERS[worker].password|escape} | -+ | {if $GLOBAL.config.disable_notifications != 1 && $DISABLE_IDLEWORKERNOTIFICATIONS != 1} - | + | {/if} | {$WORKERS[worker].hashrate|number_format|default:"0"} | {if $WORKERS[worker].hashrate > 0}{$WORKERS[worker].difficulty|number_format:"2"|default:"0"}{else}0{/if} | @@ -52,6 +37,21 @@