mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-30 09:14:09 +02:00
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…
x
Reference in New Issue
Block a user