mirror of
https://github.com/ansible/awx.git
synced 2024-11-01 08:21:15 +03:00
Styling of genMD5 input field on JT form page
uses same styling as the lookup button
This commit is contained in:
parent
b0d5403d41
commit
3503ec9deb
@ -821,7 +821,7 @@ angular.module('FormGenerator', [GeneratorHelpers.name, 'Utilities', listGenerat
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (field.genMD5) {
|
if (field.genMD5) {
|
||||||
html += "<span class=\"input-group-btn\"><button type=\"button\" class=\"btn btn-default\" ng-click=\"genMD5('" + fld + "')\" " +
|
html += "<span class=\"input-group-btn\"><button type=\"button\" class=\"btn btn-default Form-lookupButton\" ng-click=\"genMD5('" + fld + "')\" " +
|
||||||
"aw-tool-tip=\"Generate " + field.label + "\" data-placement=\"top\" id=\"" + this.form.name + "_" + fld + "_gen_btn\">" +
|
"aw-tool-tip=\"Generate " + field.label + "\" data-placement=\"top\" id=\"" + this.form.name + "_" + fld + "_gen_btn\">" +
|
||||||
"<i class=\"fa fa-magic\"></i></button></span>\n</div>\n";
|
"<i class=\"fa fa-magic\"></i></button></span>\n</div>\n";
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user