mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-29 16:54:04 +02:00
parent
a1e4e6e92b
commit
ce48f63ac6
@ -28,6 +28,7 @@ class Monitoring_HostsController extends Controller
|
|||||||
{
|
{
|
||||||
$hostList = new HostList($this->backend);
|
$hostList = new HostList($this->backend);
|
||||||
$hostList->setFilter(Filter::fromQueryString((string) $this->params));
|
$hostList->setFilter(Filter::fromQueryString((string) $this->params));
|
||||||
|
$this->applyRestriction('monitoring/filter/objects', $hostList);
|
||||||
$this->hostList = $hostList;
|
$this->hostList = $hostList;
|
||||||
$this->getTabs()->add(
|
$this->getTabs()->add(
|
||||||
'show',
|
'show',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user