From 596bb08e5e7fd61f07d46bb69a5dda95148e45e5 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Wed, 23 Sep 2015 13:17:36 +0200 Subject: [PATCH] monitoring: Don't render the state label bold when listing services refs #5543 --- .../views/scripts/list/services.phtml | 26 ++++++++++--------- 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/modules/monitoring/application/views/scripts/list/services.phtml b/modules/monitoring/application/views/scripts/list/services.phtml index 5100b8193a..6ee44be12a 100644 --- a/modules/monitoring/application/views/scripts/list/services.phtml +++ b/modules/monitoring/application/views/scripts/list/services.phtml @@ -44,17 +44,19 @@ if (! $this->compact): ?> $serviceStateName = Service::getStateText($service->service_state); ?> - - service_state, true) ?> - service_state !== 99): ?> -
- timeSince($service->service_last_state_change, $this->compact) ?> - service_state > 0 && (int) $service->service_state_type === 0): ?> -
- Soft service_attempt ?> - - - + +

+ service_state, true) ?> + service_state !== 99): ?> +
+ timeSince($service->service_last_state_change, $this->compact) ?> + service_state > 0 && (int) $service->service_state_type === 0): ?> +
+ Soft service_attempt ?> + + +

+ iconImage()->service($service) ?> @@ -64,7 +66,7 @@ if (! $this->compact): ?> $hostLink, null, array('title' => sprintf($this->translate('Show detailed information for host %s'), $service->host_display_name)) - ) ?>: + ) ?>: qlink( $service->service_display_name, $serviceLink,