mirror of
https://github.com/Icinga/icingaweb2-module-graphite.git
synced 2026-05-28 04:34:57 -04:00
Remove superfluous call to $this->applyRestrictions()
This commit is contained in:
parent
f257c5a48f
commit
0b08e68d67
2 changed files with 0 additions and 2 deletions
|
|
@ -67,7 +67,6 @@ class HostsController extends IcingadbGraphiteController
|
|||
$filter = $searchBar->getFilter();
|
||||
}
|
||||
|
||||
$this->applyRestrictions($hosts);
|
||||
$hosts->filter($filter);
|
||||
|
||||
$this->addControl($paginationControl);
|
||||
|
|
|
|||
|
|
@ -68,7 +68,6 @@ class ServicesController extends IcingadbGraphiteController
|
|||
$filter = $searchBar->getFilter();
|
||||
}
|
||||
|
||||
$this->applyRestrictions($services);
|
||||
$services->filter($filter);
|
||||
|
||||
$this->addControl($paginationControl);
|
||||
|
|
|
|||
Loading…
Reference in a new issue