icingaweb2-module-director/application/controllers/ServicesController.php
2017-07-14 13:21:42 +02:00

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'
);
}