monitoring: Restrict the service grid

refs 
This commit is contained in:
Eric Lippmann 2015-06-05 15:06:34 +02:00
parent 3425b71b4d
commit 1d775842f9

@ -602,6 +602,7 @@ class Monitoring_ListController extends Controller
'service_handled'
));
$this->filterQuery($query);
$this->applyRestriction('monitoring/filter/objects', $query);
$this->setupSortControl(array(
'host_name' => $this->translate('Hostname'),
'service_description' => $this->translate('Service description')