diff --git a/application/controllers/IndexController.php b/application/controllers/IndexController.php index 8d6d3c99..68c5ab4f 100644 --- a/application/controllers/IndexController.php +++ b/application/controllers/IndexController.php @@ -4,12 +4,13 @@ namespace Icinga\Module\Director\Controllers; use Icinga\Module\Director\Web\Controller\ActionController; -class WelcomeController extends ActionController +class IndexController extends ActionController { protected $globalTypes = array( - 'TimePeriod', + 'ApiUser', 'Zone', - 'Endpoint' + 'Endpoint', + 'TimePeriod', ); public function indexAction()