Skip to content

Commit

Permalink
Fix host and service multiselection
Browse files Browse the repository at this point in the history
refs #8613
  • Loading branch information
Johannes Meyer committed Apr 10, 2015
1 parent 92634a1 commit 1f4b3aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -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):
Expand Down
Expand Up @@ -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

Expand Down

0 comments on commit 1f4b3aa

Please sign in to comment.