mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-26 07:14:35 +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>
|
<th>
|
||||||
<?= $this->qlink(
|
<?= $this->qlink(
|
||||||
$host_name,
|
$host_name,
|
||||||
'monitoring/show/services?' . $serviceFilter,
|
'monitoring/list/services?' . $serviceFilter,
|
||||||
array('host' => $host_name),
|
array('host' => $host_name),
|
||||||
array('title' => sprintf($this->translate('List all reported services on host %s'), $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