IndexController: changes related to latest commmit
This commit is contained in:
parent
42d2256aa8
commit
8722379aea
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue