From cff14c8f8010465595221d244b0df0de5b375b6f Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Wed, 16 Aug 2017 15:13:28 +0200 Subject: [PATCH] ServicegroupsContoller: no more need for tab... ...handling --- application/controllers/ServicegroupsController.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/application/controllers/ServicegroupsController.php b/application/controllers/ServicegroupsController.php index 02a0a69d..d35e6380 100644 --- a/application/controllers/ServicegroupsController.php +++ b/application/controllers/ServicegroupsController.php @@ -6,9 +6,4 @@ use Icinga\Module\Director\Web\Controller\ObjectsController; class ServicegroupsController extends ObjectsController { - public function init() - { - parent::init(); - $this->tabs()->remove('objects'); - } }