monitoring: Point service's detail to the new `ServiceController' in the services list view
refs #6593
This commit is contained in:
parent
5d07b04f82
commit
17e04e9937
|
@ -40,7 +40,7 @@ if (count($services) === 0) {
|
|||
}
|
||||
foreach ($services as $service):
|
||||
$serviceLink = $this->href(
|
||||
'monitoring/show/service',
|
||||
'monitoring/service/show',
|
||||
array(
|
||||
'host' => $service->host_name,
|
||||
'service' => $service->service_description
|
||||
|
|
Loading…
Reference in New Issue