1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-31 15:21:13 +03:00
This commit is contained in:
Keith Grant 2019-03-20 11:45:51 -04:00
parent 86c7fd3b5d
commit e9cf1475ca

View File

@ -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>';
}