mirror of
https://github.com/ansible/awx.git
synced 2026-01-22 23:18:03 -03:30
AC-617 changed callback generation icon to a magic wand, which will hopefully satiate jlaska.
This commit is contained in:
parent
8d72192849
commit
7a2bc539d4
@ -525,7 +525,7 @@ angular.module('FormGenerator', ['GeneratorHelpers', 'ngCookies', 'Utilities'])
|
||||
if (field.genMD5) {
|
||||
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\">" +
|
||||
"<i class=\"icon-repeat\"></i></button></span>\n</div>\n";
|
||||
"<i class=\"icon-magic\"></i></button></span>\n</div>\n";
|
||||
}
|
||||
|
||||
// Add error messages
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user