mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2026-02-20 08:20:46 -05:00
12 lines
231 B
PHP
12 lines
231 B
PHP
<?php
|
|
|
|
namespace Icinga\Module\Director\Controllers;
|
|
|
|
use Icinga\Module\Director\Web\Controller\ObjectsController;
|
|
|
|
class ServicesController extends ObjectsController
|
|
{
|
|
protected $multiEdit = array(
|
|
'disabled'
|
|
);
|
|
}
|