ServicegroupsController: remove obsolete tab

This commit is contained in:
Thomas Gelf 2016-09-08 08:25:35 +00:00
parent 4cd399e059
commit a57dd2f505
1 changed files with 5 additions and 0 deletions

View File

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