mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 23:07:42 -02:30
Removed the Select button that was to the right of callback key on Job Template.
This commit is contained in:
@@ -19,7 +19,7 @@ angular.module('JobEventsListDefinition', [])
|
|||||||
|
|
||||||
fields: {
|
fields: {
|
||||||
created: {
|
created: {
|
||||||
label: 'Creation Date',
|
label: 'Date',
|
||||||
key: true,
|
key: true,
|
||||||
nosort: true,
|
nosort: true,
|
||||||
notSearchable: true,
|
notSearchable: true,
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ angular.module('JobsListDefinition', [])
|
|||||||
link: true
|
link: true
|
||||||
},
|
},
|
||||||
created: {
|
created: {
|
||||||
label: 'Creation Date',
|
label: 'Date',
|
||||||
link: true
|
link: true
|
||||||
},
|
},
|
||||||
status: {
|
status: {
|
||||||
|
|||||||
@@ -233,8 +233,8 @@ angular.module('FormGenerator', ['GeneratorHelpers', 'ngCookies'])
|
|||||||
if (field.genMD5) {
|
if (field.genMD5) {
|
||||||
html += " \n<button class=\"btn\" ng-click=\"genMD5('" + fld + "')\" " +
|
html += " \n<button class=\"btn\" ng-click=\"genMD5('" + fld + "')\" " +
|
||||||
"aw-tool-tip=\"Generate " + field.label + "\" data-placement=\"top\" id=\"" + fld + "-gen-btn\"><i class=\"icon-repeat\"></i></button>\n";
|
"aw-tool-tip=\"Generate " + field.label + "\" data-placement=\"top\" id=\"" + fld + "-gen-btn\"><i class=\"icon-repeat\"></i></button>\n";
|
||||||
html += " \n<button style=\"margin-left: 10px;\" class=\"btn\" ng-click=\"selectAll('" + fld + "')\" " +
|
/*html += " \n<button style=\"margin-left: 10px;\" class=\"btn\" ng-click=\"selectAll('" + fld + "')\" " +
|
||||||
"aw-tool-tip=\"Select " + field.label + " for copy\" data-placement=\"top\" id=\"" + fld + "-copy-btn\"><i class=\"icon-copy\"></i></button>\n";
|
"aw-tool-tip=\"Select " + field.label + " for copy\" data-placement=\"top\" id=\"" + fld + "-copy-btn\"><i class=\"icon-copy\"></i></button>\n";*/
|
||||||
html += "</div>\n";
|
html += "</div>\n";
|
||||||
}
|
}
|
||||||
if (field.ask) {
|
if (field.ask) {
|
||||||
|
|||||||
Reference in New Issue
Block a user