parent
a1e4e6e92b
commit
ce48f63ac6
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue