mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-31 01:34:09 +02:00
parent
6007cc7f7b
commit
5da88d0767
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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,
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user