diff --git a/application/controllers/ServicegroupsController.php b/application/controllers/ServicegroupsController.php index d35e6380..e5b73dd3 100644 --- a/application/controllers/ServicegroupsController.php +++ b/application/controllers/ServicegroupsController.php @@ -6,4 +6,9 @@ use Icinga\Module\Director\Web\Controller\ObjectsController; class ServicegroupsController extends ObjectsController { + public function init() + { + parent::init(); + $this->view->tabs->remove('objects'); + } }