mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 16:24:04 +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'),
|
||||
'icon' => 'services',
|
||||
'url' => 'monitoring/show/services',
|
||||
'url' => 'monitoring/host/services',
|
||||
'urlParams' => $params
|
||||
)
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user