monitoring: Fix link to a host's services in the service grid

refs #7998
This commit is contained in:
Eric Lippmann 2015-06-02 10:07:43 +02:00
parent c01512d5e9
commit 2da45d2e94

View File

@ -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))
); ?>