AC-687 cloud regions are now selectable. AC-707 fixed broken hosts and groups links on home page.

This commit is contained in:
Chris Houseknecht
2013-11-21 08:15:49 +00:00
parent 9a46426957
commit 98b984cf86
67 changed files with 5933 additions and 38 deletions

View File

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