From 8f77ce607e3d94cac3c4fbc0df3a96a82957e5a2 Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Tue, 20 May 2014 13:53:36 +0000 Subject: [PATCH] show/services: don't navigate to the right When using list/services for show/services (services for a single host) we us an ugly PREG-based hack fixing the base link target. This got broken by the multiselect feature, now it's working again. We need a better solution for this. --- .../application/views/scripts/list/services.phtml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/modules/monitoring/application/views/scripts/list/services.phtml b/modules/monitoring/application/views/scripts/list/services.phtml index 28371c931..346555a07 100644 --- a/modules/monitoring/application/views/scripts/list/services.phtml +++ b/modules/monitoring/application/views/scripts/list/services.phtml @@ -9,20 +9,16 @@ if (!$this->compact): ?> Sort by sortControl ?> -paginationControl($services, null, null, array('preserve' => $this->preserve));?> - - -selectionToolbar('multi', $this->href('monitoring/multi/service', $query)); ?> +paginationControl($services, null, null, array('preserve' => $this->preserve)) ?> +selectionToolbar('multi', $this->href('monitoring/multi/service', $query)) ?>
-" - data-icinga-multiselect-data="service,host" -> + data-icinga-multiselect-data="service,host">