diff --git a/modules/monitoring/application/views/scripts/list/services.phtml b/modules/monitoring/application/views/scripts/list/services.phtml index f221a5479c..be30e07787 100644 --- a/modules/monitoring/application/views/scripts/list/services.phtml +++ b/modules/monitoring/application/views/scripts/list/services.phtml @@ -5,19 +5,19 @@ use Icinga\Module\Monitoring\Object\Service; $services->peekAhead($this->compact); if (! $this->compact): ?> -
- tabs ?> -
- render('list/components/selectioninfo.phtml') ?> -

compact ? ' data-base-target="col1"' : ''; ?>> - render('list/components/servicesummary.phtml') ?> -

-
- sortBox ?> - limiter ?> - paginator ?> - filterEditor ?> +
+ tabs ?> +
+ render('list/components/selectioninfo.phtml') ?> +

compact ? ' data-base-target="col1"' : ''; ?>> + render('list/components/servicesummary.phtml') ?> +

+ sortBox ?> + limiter ?> + paginator ?> + filterEditor ?> +
compact): ?> 'host' => $service->host_name, ) ); - $serviceStateName = Service::getStateText($service->service_state); - ?> - - +
+ $serviceStateName = Service::getStateText($service->service_state); ?> +

service_state, true) ?> service_state !== 99): ?> @@ -100,14 +99,16 @@ if (! $this->compact): ?> hasResult()): ?> translate('No services found matching the filter'); ?> hasMore()): ?> - qlink( - $this->translate('Show More'), - $this->url()->without(array('view', 'limit')), - null, - array( - 'data-base-target' => '_next', - 'class' => 'action-link pull-right' - ) - ) ?> +

+ qlink( + $this->translate('Show More'), + $this->url()->without(array('view', 'limit')), + null, + array( + 'data-base-target' => '_next', + 'class' => 'action-link' + ) + ) ?> +