mirror of
https://github.com/ansible/awx.git
synced 2026-01-21 22:48:02 -03:30
Remove actions from the template list in workflow maker
This commit is contained in:
parent
dac2045d49
commit
c6f52476b0
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user