Revert "HostController: Open a host's service in the current column"
This reverts commit 0d32b94eaa
.
fixes #10104
This commit is contained in:
parent
fe083c2f19
commit
ed668dd2c9
|
@ -20,7 +20,6 @@
|
|||
'compact' => true,
|
||||
'showHost' => false,
|
||||
'services' => $services,
|
||||
'addColumns' => array(),
|
||||
'baseTarget' => '_self'
|
||||
'addColumns' => array()
|
||||
)
|
||||
); ?>
|
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue