mirror of
https://github.com/Icinga/icingadb-web.git
synced 2026-05-28 04:36:06 -04:00
parent
18332c564a
commit
807c57493b
1 changed files with 1 additions and 2 deletions
|
|
@ -1,6 +1,5 @@
|
|||
<?php
|
||||
use Icinga\Data\Filter\Filter;
|
||||
use Icinga\Module\Icingadb\Common\ServiceStates;
|
||||
use Icinga\Web\Url;
|
||||
|
||||
if (! $this->compact): ?>
|
||||
|
|
@ -78,7 +77,7 @@ foreach ($pivotData as $serviceDescription => $_) {
|
|||
</span>
|
||||
<?= $this->qlink(
|
||||
'',
|
||||
'icingadb/services',
|
||||
'icingadb/service',
|
||||
array(
|
||||
'host.name' => $hostName,
|
||||
'name' => $serviceDescription
|
||||
|
|
|
|||
Loading…
Reference in a new issue