mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 16:24:04 +02:00
ShowController: Fix link to show a host's services
This commit is contained in:
parent
ba4dd255ec
commit
c05594b124
@ -223,7 +223,7 @@ class Monitoring_ShowController 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