ShowController: Fix link to show a host's services

This commit is contained in:
Johannes Meyer 2015-06-16 16:03:17 +02:00
parent ba4dd255ec
commit c05594b124
1 changed files with 1 additions and 1 deletions

View File

@ -223,7 +223,7 @@ class Monitoring_ShowController extends Controller
),
'label' => $this->translate('Services'),
'icon' => 'services',
'url' => 'monitoring/show/services',
'url' => 'monitoring/host/services',
'urlParams' => $params,
)
);