mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-28 10:51:49 -05:00
Work on getting extra vars popout working on inv form
This commit is contained in:
@@ -1370,8 +1370,8 @@ angular.module('FormGenerator', [GeneratorHelpers.name, 'Utilities', listGenerat
|
||||
html += `class="${field.class}" `;
|
||||
html += `label="${field.label}" `;
|
||||
html += `tooltip="${field.awPopOver}" `;
|
||||
html += `name="${field.realName}" `;
|
||||
html += `variables="{{ ${field.variables} }}" `;
|
||||
html += `name="${field.root}" `;
|
||||
html += `variables="${field.variables}" `;
|
||||
html += '></at-code-mirror>';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user