mirror of
https://github.com/ansible/awx.git
synced 2026-01-15 03:40:42 -03:30
form generator: add ng-disabled support to code mirror fields
This commit is contained in:
parent
2ee6713050
commit
5583af2a58
@ -1372,6 +1372,7 @@ angular.module('FormGenerator', [GeneratorHelpers.name, 'Utilities', listGenerat
|
||||
html += `tooltip="${field.awPopOver}" `;
|
||||
html += `name="${fld}" `;
|
||||
html += `variables="${field.variables}" `;
|
||||
html += `ng-disabled="${field.ngDisabled}" `
|
||||
html += '></at-code-mirror>';
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user