monitoring: Apply host and service restrctions to the comments overview
refs #9009
This commit is contained in:
parent
46fdaf4698
commit
42d9f05c0f
|
@ -444,6 +444,9 @@ class Monitoring_ListController extends Controller
|
|||
'service_display_name'
|
||||
));
|
||||
$this->filterQuery($query);
|
||||
|
||||
$this->applyRestriction('monitoring/filter/objects', $query);
|
||||
|
||||
$this->view->comments = $query;
|
||||
|
||||
$this->setupLimitControl();
|
||||
|
|
Loading…
Reference in New Issue