mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 15:54:03 +02:00
Revert "HostController: Open a host's service in the current column"
This reverts commit 0d32b94eaa4854a13aef012fae1c8e76aed4af72. fixes #10104
This commit is contained in:
parent
fe083c2f19
commit
ed668dd2c9
@ -20,7 +20,6 @@
|
|||||||
'compact' => true,
|
'compact' => true,
|
||||||
'showHost' => false,
|
'showHost' => false,
|
||||||
'services' => $services,
|
'services' => $services,
|
||||||
'addColumns' => array(),
|
'addColumns' => array()
|
||||||
'baseTarget' => '_self'
|
|
||||||
)
|
)
|
||||||
); ?>
|
); ?>
|
@ -21,7 +21,7 @@ if (! $this->compact): ?>
|
|||||||
</div>
|
</div>
|
||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
<div class="content">
|
<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;"
|
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-url="<?= $this->href("monitoring/services/show") ?>"
|
||||||
data-icinga-multiselect-data="service,host">
|
data-icinga-multiselect-data="service,host">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user