mirror of
https://github.com/ansible/awx.git
synced 2026-01-15 03:40:42 -03:30
AC-1275 jlaska requires a larger target on checkbox input controls.
This commit is contained in:
parent
f2c1893dac
commit
eb4b17017c
@ -881,7 +881,8 @@ angular.module('FormGenerator', ['GeneratorHelpers', 'Utilities', 'ListGenerator
|
||||
html += "<div class=\"checkbox\">\n";
|
||||
html += "<label ";
|
||||
html += (field.labelBind) ? "ng-bind=\"" + field.labelBind + "\" " : "";
|
||||
html += "for=\"" + fld + '">';
|
||||
//html += "for=\"" + fld + '">';
|
||||
html += ">";
|
||||
html += buildCheckbox(this.form, field, fld, undefined, false);
|
||||
html += (field.icon) ? Icon(field.icon) : "";
|
||||
html += '<span class=\"label-text\">' + field.label + "</span>";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user