mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2026-06-05 06:43:11 -04:00
ServicegroupsController: remove obsolete tab
This commit is contained in:
parent
4cd399e059
commit
a57dd2f505
1 changed files with 5 additions and 0 deletions
|
|
@ -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 a new issue