parent
92634a1921
commit
1f4b3aa8ea
|
@ -36,7 +36,7 @@ if ($hosts->count() === 0) {
|
|||
data-base-target="_next"
|
||||
class="action multiselect"
|
||||
data-icinga-multiselect-url="<?= $this->href('monitoring/hosts/show') ?>"
|
||||
data-icinga-multiselect-data="host"
|
||||
data-icinga-multiselect-data="host_name"
|
||||
>
|
||||
<tbody>
|
||||
<?php foreach($hosts as $host):
|
||||
|
|
|
@ -31,7 +31,7 @@ if (!$this->compact): ?>
|
|||
<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">
|
||||
data-icinga-multiselect-data="service_description,host_name">
|
||||
<tbody>
|
||||
<?php
|
||||
|
||||
|
|
Loading…
Reference in New Issue