From ed86758e3d1e7640afa937fea8c0d558f98db115 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Mon, 26 Oct 2015 13:28:24 +0100 Subject: [PATCH] monitoring: Display unhandled services in the hosts overview more prominent fixes #10268 --- .../monitoring/application/views/scripts/list/hosts.phtml | 2 +- modules/monitoring/public/css/module.less | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/modules/monitoring/application/views/scripts/list/hosts.phtml b/modules/monitoring/application/views/scripts/list/hosts.phtml index 9c955ef66..fd80e4d2a 100644 --- a/modules/monitoring/application/views/scripts/list/hosts.phtml +++ b/modules/monitoring/application/views/scripts/list/hosts.phtml @@ -60,7 +60,7 @@ if (! $this->compact): ?> ) ) ?> host_name])): ?> - (qlink( + (qlink( sprintf( $this->translatePlural( '%u unhandled service', '%u unhandled services', $summary[$host->host_name] diff --git a/modules/monitoring/public/css/module.less b/modules/monitoring/public/css/module.less index a0dbb0d8f..a5e60aa8b 100644 --- a/modules/monitoring/public/css/module.less +++ b/modules/monitoring/public/css/module.less @@ -1,5 +1,11 @@ /*! Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */ +.host-services-incidents { + color: @color-critical; + font-family: @font-family-wide; + font-size: @font-size-small; +} + .state-badges { display: inline-block;