diff --git a/awx/ui/client/src/templates/main.js b/awx/ui/client/src/templates/main.js index e53e0660d7..e5f2d0aab3 100644 --- a/awx/ui/client/src/templates/main.js +++ b/awx/ui/client/src/templates/main.js @@ -452,6 +452,7 @@ angular.module('templates', [surveyMaker.name, templatesList.name, jobTemplatesA WorkflowMakerJobTemplateList: ['TemplateList', (TemplateList) => { let list = _.cloneDeep(TemplateList); + delete list.actions; delete list.fields.type; delete list.fields.description; delete list.fields.smart_status;