mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-11 02:21:48 -05:00
Show warning on wfjt form when the workflow contains deleted job templates
This commit is contained in:
@@ -545,6 +545,8 @@ angular.module('FormGenerator', [GeneratorHelpers.name, 'Utilities', listGenerat
|
||||
html += "' ";
|
||||
html += (field.ngDisabled) ? `ng-disabled="${field.ngDisabled}" ` : "";
|
||||
html += " class='ScheduleToggle-switch' ng-click='" + field.ngClick + "' translate>" + i18n._("OFF") + "</button></div></div>";
|
||||
} else if (field.type === 'html') {
|
||||
html += field.html;
|
||||
}
|
||||
return html;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user