auto complete box for hosts.
This commit is contained in:
parent
ace30e9766
commit
3d952eb1bd
4 changed files with 32 additions and 7 deletions
|
@ -86,6 +86,7 @@ class ScheduleController extends Zend_Controller_Action
|
|||
}
|
||||
}
|
||||
$this->view->form = $form->__toString();
|
||||
$this->view->hosts = User::getHosts();
|
||||
}
|
||||
|
||||
public function moveShowAction()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue