mirror of
https://github.com/ansible/awx.git
synced 2026-03-01 16:58:46 -03:30
form generator: add ng-disabled support to code mirror fields
This commit is contained in:
@@ -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>';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user