ServicegroupsContoller: no more need for tab...
...handling
This commit is contained in:
parent
5edce76fed
commit
cff14c8f80
|
@ -6,9 +6,4 @@ use Icinga\Module\Director\Web\Controller\ObjectsController;
|
|||
|
||||
class ServicegroupsController extends ObjectsController
|
||||
{
|
||||
public function init()
|
||||
{
|
||||
parent::init();
|
||||
$this->tabs()->remove('objects');
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue