mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-26 23:34:08 +02:00
monitoring: Apply restriction on service groups before calling filterQuery which also handles format
refs #9965
This commit is contained in:
parent
9dd13d2a82
commit
3dc140b125
@ -464,10 +464,8 @@ class Monitoring_ListController extends Controller
|
|||||||
'services_warning_last_state_change_unhandled' => 'services_warning_unhandled_last_state_change',
|
'services_warning_last_state_change_unhandled' => 'services_warning_unhandled_last_state_change',
|
||||||
'services_warning_unhandled'
|
'services_warning_unhandled'
|
||||||
));
|
));
|
||||||
$this->filterQuery($query);
|
|
||||||
|
|
||||||
$this->applyRestriction('monitoring/filter/objects', $query);
|
$this->applyRestriction('monitoring/filter/objects', $query);
|
||||||
|
$this->filterQuery($query);
|
||||||
$this->view->servicegroups = $query;
|
$this->view->servicegroups = $query;
|
||||||
|
|
||||||
$this->setupLimitControl();
|
$this->setupLimitControl();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user