mirror of
https://github.com/ansible/awx.git
synced 2026-01-21 14:38:00 -03:30
Make codemirror ready-only when auth form field is disabled
This commit is contained in:
parent
70919638ba
commit
b1ef7506ea
@ -205,7 +205,8 @@ export default [
|
||||
scope: $scope.$parent,
|
||||
variable: name,
|
||||
parse_variable: 'parseType',
|
||||
field_id: form.formDef.name + '_' + name
|
||||
field_id: form.formDef.name + '_' + name,
|
||||
readOnly: $scope.$parent.configDataResolve[name] && $scope.$parent.configDataResolve[name].disabled ? true : false
|
||||
});
|
||||
$scope.parseTypeChange('parseType', name);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user