monitoring/security: Apply hosts restriction in the hosts overview
This commit is contained in:
parent
c8084dde92
commit
f37cd0cb95
|
@ -132,6 +132,8 @@ class Monitoring_ListController extends Controller
|
|||
|
||||
$this->filterQuery($query);
|
||||
|
||||
$this->applyRestriction('monitoring/hosts/filter', $query);
|
||||
|
||||
$this->setupSortControl(array(
|
||||
'host_severity' => $this->translate('Severity'),
|
||||
'host_state' => $this->translate('Current State'),
|
||||
|
|
Loading…
Reference in New Issue