From 2702e70a9c983fc814d23400f83543850f0a97ff Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Wed, 28 Oct 2015 10:18:53 +0100 Subject: [PATCH] monitoring/CSS: Don't use clearfix and pull-right in the services overview refs #5543 --- .../views/scripts/list/services.phtml | 74 +++++++++---------- 1 file changed, 37 insertions(+), 37 deletions(-) diff --git a/modules/monitoring/application/views/scripts/list/services.phtml b/modules/monitoring/application/views/scripts/list/services.phtml index c70c45dc1..e72a11b8a 100644 --- a/modules/monitoring/application/views/scripts/list/services.phtml +++ b/modules/monitoring/application/views/scripts/list/services.phtml @@ -45,49 +45,49 @@ if (! $this->compact): ?> $serviceStateName = Service::getStateText($service->service_state); ?> -

- service_state, true) ?> - service_state !== 99): ?> -
+ service_state, true) ?> + service_state !== 99): ?> +

timeSince($service->service_last_state_change, $this->compact) ?> service_state > 0 && (int) $service->service_state_type === 0): ?> -
- translate('Soft', 'Soft state') ?> service_attempt ?> +
translate('Soft', 'Soft state') ?> service_attempt ?>
- -

+
+ - - iconImage()->service($service) ?> - serviceFlags($service)) ?> - showHost): ?>qlink( - $service->host_display_name - . ($service->host_state != 0 ? ' (' . Host::getStateText($service->host_state, true) . ')' : ''), - $hostLink, - null, - array( - 'title' => sprintf( - $this->translate('Show detailed information for host %s'), - $service->host_display_name + +
+ iconImage()->service($service) ?> + showHost): ?>qlink( + $service->host_display_name + . ($service->host_state != 0 ? ' (' . Host::getStateText($service->host_state, true) . ')' : ''), + $hostLink, + null, + array( + 'title' => sprintf( + $this->translate('Show detailed information for host %s'), + $service->host_display_name + ) ) - ) - ) ?>: - qlink( - $service->service_display_name, - $serviceLink, - null, - array( - 'title' => sprintf( - $this->translate('Show detailed information for service %s on host %s'), - $service->service_display_name, - $service->host_display_name - ), - 'class' => 'rowaction' - ) - ) ?>
-
perfdata($service->service_perfdata, true, 5) ?>
-

+ ) ?>: + qlink( + $service->service_display_name, + $serviceLink, + null, + array( + 'title' => sprintf( + $this->translate('Show detailed information for service %s on host %s'), + $service->service_display_name, + $service->host_display_name + ), + 'class' => 'rowaction' + ) + ) ?> + serviceFlags($service)) ?> +

+
perfdata($service->service_perfdata, true, 5) ?>
+

pluginOutput($this->ellipsis($service->service_output, 10000), true) ?>