diff --git a/modules/monitoring/application/controllers/ListController.php b/modules/monitoring/application/controllers/ListController.php index c8d3a9ebf..9d64522e6 100644 --- a/modules/monitoring/application/controllers/ListController.php +++ b/modules/monitoring/application/controllers/ListController.php @@ -106,7 +106,6 @@ 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;