Skip to content

Commit

Permalink
Revert "Fix host and service multiselection"
Browse files Browse the repository at this point in the history
This reverts commit 1f4b3aa.
  • Loading branch information
Johannes Meyer committed Apr 20, 2015
1 parent f11ea04 commit 1e064a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -28,7 +28,7 @@ if (count($hosts) === 0) {
data-base-target="_next"
class="action multiselect"
data-icinga-multiselect-url="<?= $this->href('monitoring/hosts/show') ?>"
data-icinga-multiselect-data="host_name"
data-icinga-multiselect-data="host"
>
<tbody>
<?php foreach($hosts as $host):
Expand Down
Expand Up @@ -28,7 +28,7 @@ if (count($services) === 0) {
<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_description,host_name">
data-icinga-multiselect-data="service,host">
<tbody>
<?php foreach ($services as $service):
$serviceLink = $this->href(
Expand Down

0 comments on commit 1e064a5

Please sign in to comment.