monitoring/list/hosts: Apply restrictions to host service problem summary
This commit is contained in:
parent
77987feaaf
commit
3166d112f1
|
@ -110,6 +110,7 @@ class ListController extends Controller
|
|||
$this->applyRestriction('monitoring/filter/objects', $stats);
|
||||
|
||||
$summary = $hosts->getQuery()->queryServiceProblemSummary();
|
||||
$this->applyRestriction('monitoring/filter/objects', $summary);
|
||||
|
||||
$this->view->hosts = $hosts;
|
||||
$this->view->stats = $stats;
|
||||
|
|
Loading…
Reference in New Issue