monitoring: Apply host and service restrctions to the comments overview

refs #9009
This commit is contained in:
Eric Lippmann 2015-05-29 15:39:41 +02:00
parent 46fdaf4698
commit 42d9f05c0f
1 changed files with 3 additions and 0 deletions

View File

@ -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();