mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-29 00:34:03 +02:00
MonitoredObjectController: Fix link to show a host's services
This commit is contained in:
parent
c05594b124
commit
c221e0c082
@ -190,7 +190,7 @@ abstract class MonitoredObjectController extends Controller
|
|||||||
),
|
),
|
||||||
'label' => $this->translate('Services'),
|
'label' => $this->translate('Services'),
|
||||||
'icon' => 'services',
|
'icon' => 'services',
|
||||||
'url' => 'monitoring/show/services',
|
'url' => 'monitoring/host/services',
|
||||||
'urlParams' => $params
|
'urlParams' => $params
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user