mirror of
https://github.com/ansible/awx.git
synced 2024-10-31 15:21:13 +03:00
de-lint
This commit is contained in:
parent
86c7fd3b5d
commit
e9cf1475ca
@ -1372,7 +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 += `ng-disabled="${field.ngDisabled}" `;
|
||||
html += '></at-code-mirror>';
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user