mirror of
https://github.com/ansible/awx.git
synced 2026-01-17 04:31:21 -03:30
fixed grunt errors with last push
This commit is contained in:
parent
e8db7d7c77
commit
fa18b1774d
@ -170,7 +170,7 @@ export function PermissionsAdd($scope, $rootScope, $compile, $location, $log, $r
|
||||
$("#permission_run_ad_hoc_commands_chbox").attr("disabled", false);
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
// Save
|
||||
$scope.formSave = function () {
|
||||
@ -257,7 +257,7 @@ export function PermissionsEdit($scope, $rootScope, $compile, $location, $log, $
|
||||
$("#permission_run_ad_hoc_commands_chbox").attr("disabled", false);
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
generator.inject(form, { mode: 'edit', related: true, scope: $scope });
|
||||
generator.reset();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user