mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-05-28 04:02:39 -04:00
MonitoredObjectController: Fix link to show a host's services
This commit is contained in:
parent
c05594b124
commit
c221e0c082
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
)
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in a new issue