Revert "HostController: Open a host's service in the current column"

This reverts commit 0d32b94eaa.

fixes #10104
This commit is contained in:
Matthias Jentsch 2015-09-14 17:33:23 +02:00
parent fe083c2f19
commit ed668dd2c9
2 changed files with 2 additions and 3 deletions

View File

@ -20,7 +20,6 @@
'compact' => true,
'showHost' => false,
'services' => $services,
'addColumns' => array(),
'baseTarget' => '_self'
'addColumns' => array()
)
); ?>

View File

@ -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">