Fix host and service multiselection

refs #8613
This commit is contained in:
Johannes Meyer 2015-04-10 15:04:59 +02:00
parent 92634a1921
commit 1f4b3aa8ea
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ if ($hosts->count() === 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" data-icinga-multiselect-data="host_name"
> >
<tbody> <tbody>
<?php foreach($hosts as $host): <?php foreach($hosts as $host):

View File

@ -31,7 +31,7 @@ if (!$this->compact): ?>
<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,host"> data-icinga-multiselect-data="service_description,host_name">
<tbody> <tbody>
<?php <?php