mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
monitoring: Fix link to a host's services in the service grid
refs #7998
This commit is contained in:
parent
c01512d5e9
commit
2da45d2e94
@ -67,7 +67,7 @@ foreach ($serviceDescriptions as $service_description): ?>
|
||||
<th>
|
||||
<?= $this->qlink(
|
||||
$host_name,
|
||||
'monitoring/show/services?' . $serviceFilter,
|
||||
'monitoring/list/services?' . $serviceFilter,
|
||||
array('host' => $host_name),
|
||||
array('title' => sprintf($this->translate('List all reported services on host %s'), $host_name))
|
||||
); ?>
|
||||
|
Loading…
x
Reference in New Issue
Block a user