Fix detail view links for services in flipped grid (#1167)

fixes #1080
This commit is contained in:
Ravi Kumar Kempapura Srinivasa 2025-04-25 10:43:58 +02:00 committed by GitHub
parent 18332c564a
commit 807c57493b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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