mirror of
https://github.com/ansible/awx.git
synced 2026-08-05 20:40:01 -02:30
AC-687 cloud regions are now selectable. AC-707 fixed broken hosts and groups links on home page.
This commit is contained in:
@@ -505,6 +505,7 @@ angular.module('FormGenerator', ['GeneratorHelpers', 'ngCookies', 'Utilities'])
|
||||
field.awRequiredWhen.variable + "\" " : "";
|
||||
html += (field.awValidUrl) ? "aw-valid-url " : "";
|
||||
html += (field.associated && this.form.fields[field.associated].ask) ? "ng-disabled=\"" + field.associated + "_ask\" " : "";
|
||||
html += (field.awMultiselect) ? "aw-multiselect=\"" + field.awMultiselect + "\" " : "";
|
||||
html += " >\n";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user