ServiceNode: fix service link

service/show VS show/service
This commit is contained in:
Thomas Gelf 2015-01-21 09:23:39 +01:00
parent 27318fc7e8
commit 66cd993f0a

View file

@ -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()