diff --git a/awx/ui/client/src/inventories/manage/manage-groups/directive/manage-groups.directive.controller.js b/awx/ui/client/src/inventories/manage/manage-groups/directive/manage-groups.directive.controller.js index cfe8c8efeb..11c81355bc 100644 --- a/awx/ui/client/src/inventories/manage/manage-groups/directive/manage-groups.directive.controller.js +++ b/awx/ui/client/src/inventories/manage/manage-groups/directive/manage-groups.directive.controller.js @@ -60,12 +60,12 @@ function manageGroupsDirectiveController($filter, $location, $log, $scope.parseType = 'yaml'; - generator.inject(GroupForm, { + generator.inject(form, { mode: mode, - id: 'properties-tab', - related: false, + id: 'group-manage-panel', scope: $scope, - cancelButton: false, + related: false, + cancelButton: false }); generator.reset();