mirror of
https://github.com/ansible/awx.git
synced 2026-05-17 14:27:42 -02:30
AC-617 changed callback generation icon to a magic wand, which will hopefully satiate jlaska.
This commit is contained in:
@@ -525,7 +525,7 @@ angular.module('FormGenerator', ['GeneratorHelpers', 'ngCookies', 'Utilities'])
|
|||||||
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\" 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=\"icon-repeat\"></i></button></span>\n</div>\n";
|
"<i class=\"icon-magic\"></i></button></span>\n</div>\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
// Add error messages
|
// Add error messages
|
||||||
|
|||||||
Reference in New Issue
Block a user