monitoring: Fix deprecated links

fixes #10056
This commit is contained in:
Eric Lippmann 2015-09-01 09:33:20 +02:00
parent 6007cc7f7b
commit 5da88d0767
3 changed files with 3 additions and 3 deletions

View File

@ -125,7 +125,7 @@ if (! $this->compact): ?>
$this->translate('%s on %s', 'Service running on host'), $this->translate('%s on %s', 'Service running on host'),
$this->qlink( $this->qlink(
$event->service_display_name, $event->service_display_name,
'monitoring/show/service', 'monitoring/service/show',
array( array(
'host' => $event->host_name, 'host' => $event->host_name,
'service' => $event->service_description 'service' => $event->service_description

View File

@ -70,7 +70,7 @@ $hostFilter = '(host_name=' . implode('|host_name=', array_keys($pivotData)) . '
</span> </span>
<?= $this->qlink( <?= $this->qlink(
'', '',
'monitoring/show/service', 'monitoring/service/show',
array( array(
'host' => $hostName, 'host' => $hostName,
'service' => $serviceDescription 'service' => $serviceDescription

View File

@ -33,7 +33,7 @@ if (! $this->compact): ?>
) )
); );
$hostLink = $this->href( $hostLink = $this->href(
'monitoring/show/host', 'monitoring/host/show',
array( array(
'host' => $service->host_name, 'host' => $service->host_name,
) )