From 5a746bb07df5c7680135ca5c2ed0021cd015f878 Mon Sep 17 00:00:00 2001 From: Sebastian Grewe Date: Tue, 11 Mar 2014 21:48:56 +0100 Subject: [PATCH] [FIX] Hide worker information if live dashboard disabled --- .../bootstrap/dashboard/worker_information/default.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/templates/bootstrap/dashboard/worker_information/default.tpl b/public/templates/bootstrap/dashboard/worker_information/default.tpl index dc6a5fdc..cc41f918 100644 --- a/public/templates/bootstrap/dashboard/worker_information/default.tpl +++ b/public/templates/bootstrap/dashboard/worker_information/default.tpl @@ -1,10 +1,10 @@ +{if !$DISABLED_DASHBOARD and !$DISABLED_DASHBOARD_API}

Worker Information

- {if !$DISABLED_DASHBOARD and !$DISABLED_DASHBOARD_API} @@ -18,7 +18,7 @@
- {/if}
+{/if}