From a57dd2f505cd484bf02b5e7224735fc2e8bd2c2f Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Thu, 8 Sep 2016 08:25:35 +0000 Subject: [PATCH] ServicegroupsController: remove obsolete tab --- application/controllers/ServicegroupsController.php | 5 +++++ 1 file changed, 5 insertions(+) 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'); + } }