From ed668dd2c9c1c0abab03e2e66ff61d5a8f6e0750 Mon Sep 17 00:00:00 2001
From: Matthias Jentsch <matthias.jentsch@netways.de>
Date: Mon, 14 Sep 2015 17:33:23 +0200
Subject: [PATCH] Revert "HostController: Open a host's service in the current
 column"

This reverts commit 0d32b94eaa4854a13aef012fae1c8e76aed4af72.

fixes #10104
---
 .../monitoring/application/views/scripts/host/services.phtml   | 3 +--
 .../monitoring/application/views/scripts/list/services.phtml   | 2 +-
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/modules/monitoring/application/views/scripts/host/services.phtml b/modules/monitoring/application/views/scripts/host/services.phtml
index fd69d88ad..03871b159 100644
--- a/modules/monitoring/application/views/scripts/host/services.phtml
+++ b/modules/monitoring/application/views/scripts/host/services.phtml
@@ -20,7 +20,6 @@
     'compact'       => true,
     'showHost'      => false,
     'services'      => $services,
-    'addColumns'    => array(),
-    'baseTarget'    => '_self'
+    'addColumns'    => array()
   )
 ); ?>
\ No newline at end of file
diff --git a/modules/monitoring/application/views/scripts/list/services.phtml b/modules/monitoring/application/views/scripts/list/services.phtml
index 9b5dd1ec1..3b0ae8859 100644
--- a/modules/monitoring/application/views/scripts/list/services.phtml
+++ b/modules/monitoring/application/views/scripts/list/services.phtml
@@ -21,7 +21,7 @@ if (! $this->compact): ?>
 </div>
 <?php endif ?>
 <div class="content">
-<table data-base-target="<?= isset($baseTarget) ? $baseTarget : '_next'; ?>"
+<table data-base-target="_next"
     class="action multiselect <?php if ($this->compact): ?> compact<?php endif ?>" style="table-layout: auto;"
     data-icinga-multiselect-url="<?= $this->href("monitoring/services/show") ?>"
     data-icinga-multiselect-data="service,host">