From c13edda6fc85e47fb644ee503df8246e2d063a6a Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Thu, 1 Oct 2015 10:53:21 +0200 Subject: [PATCH] monitoring: Align icons right in the host and service list refs #5543 --- modules/monitoring/application/views/scripts/list/hosts.phtml | 4 ++-- .../monitoring/application/views/scripts/list/services.phtml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/monitoring/application/views/scripts/list/hosts.phtml b/modules/monitoring/application/views/scripts/list/hosts.phtml index 9c585d7d49..ee2e3c1800 100644 --- a/modules/monitoring/application/views/scripts/list/hosts.phtml +++ b/modules/monitoring/application/views/scripts/list/hosts.phtml @@ -54,9 +54,9 @@ if (! $this->compact): ?>

- + iconImage()->host($host) ?> - hostFlags($host)) ?> + hostFlags($host)) ?> qlink( $host->host_display_name, $hostLink, diff --git a/modules/monitoring/application/views/scripts/list/services.phtml b/modules/monitoring/application/views/scripts/list/services.phtml index 86fc2aa445..c61663ee68 100644 --- a/modules/monitoring/application/views/scripts/list/services.phtml +++ b/modules/monitoring/application/views/scripts/list/services.phtml @@ -68,9 +68,9 @@ if (! $this->compact): ?>

- + iconImage()->service($service) ?> - serviceFlags($service)) ?> + serviceFlags($service)) ?> showHost): ?>qlink( $service->host_display_name . ($service->host_state != 0 ? ' (' . Host::getStateText($service->host_state, true) . ')' : ''),