mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-16 10:24:29 +02:00
* 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
8 lines
130 B
PHP
8 lines
130 B
PHP
<?php
|
|
|
|
use Icinga\Module\Director\Web\Controller\ObjectController;
|
|
|
|
class Director_CommandController extends ObjectController
|
|
{
|
|
}
|