diff --git a/public/templates/bootstrap/account/workers/default.tpl b/public/templates/bootstrap/account/workers/default.tpl
index d61e0c31..47e0fa90 100644
--- a/public/templates/bootstrap/account/workers/default.tpl
+++ b/public/templates/bootstrap/account/workers/default.tpl
@@ -42,7 +42,7 @@
Worker Login |
Worker Password |
Active |
- {if $GLOBAL.config.disable_notifications != 1}Monitor | {/if}
+ {if $GLOBAL.config.disable_notifications != 1 && $DISABLE_IDLEWORKERNOTIFICATIONS != 1}Monitor | {/if}
Khash/s |
Difficulty |
Action |
@@ -61,7 +61,7 @@
|
|
- {if $GLOBAL.config.disable_notifications != 1}
+ {if $GLOBAL.config.disable_notifications != 1 && $DISABLE_IDLEWORKERNOTIFICATIONS != 1}
@@ -83,4 +83,4 @@
-
\ No newline at end of file
+
diff --git a/public/templates/bootstrap/admin/poolworkers/default.tpl b/public/templates/bootstrap/admin/poolworkers/default.tpl
index 2ebaf31b..e7c0ce42 100644
--- a/public/templates/bootstrap/admin/poolworkers/default.tpl
+++ b/public/templates/bootstrap/admin/poolworkers/default.tpl
@@ -27,7 +27,7 @@
| Worker Name |
Password |
Active |
- {if $GLOBAL.config.disable_notifications != 1}Monitor | {/if}
+ {if $GLOBAL.config.disable_notifications != 1 && $DISABLE_IDLEWORKERNOTIFICATIONS != 1}Monitor | {/if}
Khash/s |
Difficulty |
Avg Difficulty |
@@ -40,7 +40,7 @@
{$WORKERS[worker].username|escape} |
{$WORKERS[worker].password|escape} |
|
- {if $GLOBAL.config.disable_notifications != 1}
+ {if $GLOBAL.config.disable_notifications != 1 && $DISABLE_IDLEWORKERNOTIFICATIONS != 1}
|
{/if}
{$WORKERS[worker].hashrate|number_format|default:"0"} |