mirror of
https://github.com/ansible/awx.git
synced 2026-03-05 02:31:03 -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 += `tooltip="${field.awPopOver}" `;
|
||||||
html += `name="${fld}" `;
|
html += `name="${fld}" `;
|
||||||
html += `variables="${field.variables}" `;
|
html += `variables="${field.variables}" `;
|
||||||
|
html += `ng-disabled="${field.ngDisabled}" `
|
||||||
html += '></at-code-mirror>';
|
html += '></at-code-mirror>';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user