ServicegroupsController: remove obsolete tab
This commit is contained in:
parent
4cd399e059
commit
a57dd2f505
|
@ -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');
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue