mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-09-25 10:57:41 +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
|
class ServicegroupsController extends ObjectsController
|
||||||
{
|
{
|
||||||
|
public function init()
|
||||||
|
{
|
||||||
|
parent::init();
|
||||||
|
$this->view->tabs->remove('objects');
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user