Merge pull request #3083 from Icinga/fix/unhandled-service-count-for-hosts

Fix wrong unhandled services count in host views when restrictions ar…
This commit is contained in:
lippserd 2017-11-10 11:14:13 +01:00 committed by GitHub
commit 37a9450a0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

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