From 2820c1ed644c8bcea6cac5b8fdce2c0b37330d3e Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Fri, 25 Sep 2015 11:37:31 +0200 Subject: [PATCH] monitoring: Fix handled color in the host and service detail refs #5543 --- .../views/scripts/partials/object/host-header.phtml | 2 +- .../views/scripts/partials/object/service-header.phtml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/monitoring/application/views/scripts/partials/object/host-header.phtml b/modules/monitoring/application/views/scripts/partials/object/host-header.phtml index f9b3a1ad1..0caf49a14 100644 --- a/modules/monitoring/application/views/scripts/partials/object/host-header.phtml +++ b/modules/monitoring/application/views/scripts/partials/object/host-header.phtml @@ -4,7 +4,7 @@ use Icinga\Module\Monitoring\Object\Host; ?> -
+

host_state, true) ?>
diff --git a/modules/monitoring/application/views/scripts/partials/object/service-header.phtml b/modules/monitoring/application/views/scripts/partials/object/service-header.phtml index ee8563645..795b9a0f3 100644 --- a/modules/monitoring/application/views/scripts/partials/object/service-header.phtml +++ b/modules/monitoring/application/views/scripts/partials/object/service-header.phtml @@ -5,7 +5,7 @@ use Icinga\Module\Monitoring\Object\Service; ?> - -
+

host_state, true) ?>
@@ -28,7 +28,7 @@ use Icinga\Module\Monitoring\Object\Service;

+

service_state, true) ?>