ServicegroupsContoller: no more need for tab...

...handling
This commit is contained in:
Thomas Gelf 2017-08-16 15:13:28 +02:00
parent 5edce76fed
commit cff14c8f80
1 changed files with 0 additions and 5 deletions

View File

@ -6,9 +6,4 @@ use Icinga\Module\Director\Web\Controller\ObjectsController;
class ServicegroupsController extends ObjectsController
{
public function init()
{
parent::init();
$this->tabs()->remove('objects');
}
}