HostsController: Restrict the display of multiple hosts

refs #9009
This commit is contained in:
Johannes Meyer 2015-06-15 16:05:56 +02:00
parent a1e4e6e92b
commit ce48f63ac6
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ class Monitoring_HostsController extends Controller
{
$hostList = new HostList($this->backend);
$hostList->setFilter(Filter::fromQueryString((string) $this->params));
$this->applyRestriction('monitoring/filter/objects', $hostList);
$this->hostList = $hostList;
$this->getTabs()->add(
'show',