auto complete box for hosts.

This commit is contained in:
Naomi 2010-12-17 15:52:44 -05:00
parent ace30e9766
commit 3d952eb1bd
4 changed files with 32 additions and 7 deletions

View file

@ -86,6 +86,7 @@ class ScheduleController extends Zend_Controller_Action
}
}
$this->view->form = $form->__toString();
$this->view->hosts = User::getHosts();
}
public function moveShowAction()