mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-17 02:58:37 -05:00
Merge pull request #4855 from jaredevantabor/ssl-tls-radios
Stacking ssl/tls radio buttons on notification templates form
This commit is contained in:
@@ -1265,7 +1265,8 @@ angular.module('FormGenerator', [GeneratorHelpers.name, 'Utilities', listGenerat
|
||||
html += ">\n";
|
||||
|
||||
for (i = 0; i < field.options.length; i++) {
|
||||
html += "<label class=\"radio-inline\" ";
|
||||
html += "<label class=\"radio-inline ";
|
||||
html += (field.options[i].labelClass) ? ` ${field.options[i].labelClass} "` : "\"";
|
||||
html += (field.options[i].ngShow) ? this.attr(field.options[i], 'ngShow') : "";
|
||||
html += ">";
|
||||
html += "<input type=\"radio\" ";
|
||||
|
||||
Reference in New Issue
Block a user