mirror of
https://github.com/ansible/awx.git
synced 2026-02-28 16:28:43 -03:30
de-lint
This commit is contained in:
@@ -1372,7 +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 += `ng-disabled="${field.ngDisabled}" `;
|
||||||
html += '></at-code-mirror>';
|
html += '></at-code-mirror>';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user