parent
6007cc7f7b
commit
5da88d0767
|
@ -125,7 +125,7 @@ if (! $this->compact): ?>
|
|||
$this->translate('%s on %s', 'Service running on host'),
|
||||
$this->qlink(
|
||||
$event->service_display_name,
|
||||
'monitoring/show/service',
|
||||
'monitoring/service/show',
|
||||
array(
|
||||
'host' => $event->host_name,
|
||||
'service' => $event->service_description
|
||||
|
|
|
@ -70,7 +70,7 @@ $hostFilter = '(host_name=' . implode('|host_name=', array_keys($pivotData)) . '
|
|||
</span>
|
||||
<?= $this->qlink(
|
||||
'',
|
||||
'monitoring/show/service',
|
||||
'monitoring/service/show',
|
||||
array(
|
||||
'host' => $hostName,
|
||||
'service' => $serviceDescription
|
||||
|
|
|
@ -33,7 +33,7 @@ if (! $this->compact): ?>
|
|||
)
|
||||
);
|
||||
$hostLink = $this->href(
|
||||
'monitoring/show/host',
|
||||
'monitoring/host/show',
|
||||
array(
|
||||
'host' => $service->host_name,
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue