mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-07 21:05:18 +02:00
monitoring: Apply restriction on the service grid before calling filterQuery which also handles format
refs #9965
This commit is contained in:
parent
4c68b4a017
commit
de00a1998e
@ -564,8 +564,8 @@ class Monitoring_ListController extends Controller
|
||||
'service_output',
|
||||
'service_handled'
|
||||
));
|
||||
$this->filterQuery($query);
|
||||
$this->applyRestriction('monitoring/filter/objects', $query);
|
||||
$this->filterQuery($query);
|
||||
$this->setupSortControl(array(
|
||||
'host_name' => $this->translate('Hostname'),
|
||||
'service_description' => $this->translate('Service description')
|
||||
|
Loading…
x
Reference in New Issue
Block a user