Thomas Gelf 8f841d28ae Reorganize action controllers
* Removed 'list' and 'object' from urls
* IcingaObject: added isGroup helper
* Adjusted and abstracted tabs and tables
* Show endpoints in zone list
* Remove obsolete code
* Allow to filter activity log for objects
* Improve general look and feel
2015-06-30 11:19:31 +02:00

8 lines
130 B
PHP

<?php
use Icinga\Module\Director\Web\Controller\ObjectController;
class Director_CommandController extends ObjectController
{
}