IndexController: changes related to latest commmit

This commit is contained in:
Thomas Gelf 2015-12-18 09:01:25 +01:00
parent 42d2256aa8
commit 8722379aea
1 changed files with 4 additions and 3 deletions

View File

@ -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()