mirror of
https://github.com/ansible/awx.git
synced 2026-01-16 20:30:46 -03:30
resolve incorrect merge conflict in rev 14d956c132889690580d7c92f7ccdf7e164d9931, resolves #1715
This commit is contained in:
parent
ce14c0daff
commit
e9ade72fab
@ -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();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user