mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2026-06-09 00:32:04 -04:00
ServiceNode: fix service link
service/show VS show/service
This commit is contained in:
parent
27318fc7e8
commit
66cd993f0a
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ class ServiceNode extends Node
|
|||
'processName' => $this->bp->getName()
|
||||
));
|
||||
} else {
|
||||
return $view->qlink($this->getAlias(), 'monitoring/show/service', array(
|
||||
return $view->qlink($this->getAlias(), 'monitoring/service/show', array(
|
||||
'host' => $this->getHostname(),
|
||||
'service' => $this->getServiceDescription(),
|
||||
'processName' => $this->bp->getName()
|
||||
|
|
|
|||
Loading…
Reference in a new issue