Revert "Fix host and service multiselection"
This reverts commit 1f4b3aa8ea
.
This commit is contained in:
parent
f11ea04557
commit
1e064a5379
|
@ -28,7 +28,7 @@ if (count($hosts) === 0) {
|
||||||
data-base-target="_next"
|
data-base-target="_next"
|
||||||
class="action multiselect"
|
class="action multiselect"
|
||||||
data-icinga-multiselect-url="<?= $this->href('monitoring/hosts/show') ?>"
|
data-icinga-multiselect-url="<?= $this->href('monitoring/hosts/show') ?>"
|
||||||
data-icinga-multiselect-data="host_name"
|
data-icinga-multiselect-data="host"
|
||||||
>
|
>
|
||||||
<tbody>
|
<tbody>
|
||||||
<?php foreach($hosts as $host):
|
<?php foreach($hosts as $host):
|
||||||
|
|
|
@ -28,7 +28,7 @@ if (count($services) === 0) {
|
||||||
<table data-base-target="_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_description,host_name">
|
data-icinga-multiselect-data="service,host">
|
||||||
<tbody>
|
<tbody>
|
||||||
<?php foreach ($services as $service):
|
<?php foreach ($services as $service):
|
||||||
$serviceLink = $this->href(
|
$serviceLink = $this->href(
|
||||||
|
|
Loading…
Reference in New Issue