diff --git a/module/zahost/control.php b/module/zahost/control.php index 5d7af791b0..2653c22149 100644 --- a/module/zahost/control.php +++ b/module/zahost/control.php @@ -69,6 +69,7 @@ class zahost extends control $this->view->orderBy = $orderBy; $this->view->nodeList = $this->loadModel("zanode")->getListByHost($this->view->zahost->parent, $orderBy); $this->view->actions = $this->loadModel('action')->getList('zahost', $id); + $this->view->users = $this->loadModel('user')->getPairs('noletter|nodeleted'); $this->display(); }