MonitoredObjectController: Fix link to show a host's services

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

View File

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