mirror of
https://github.com/ansible/awx.git
synced 2026-03-01 00:38:45 -03:30
conditionally show add button for job templates
This commit is contained in:
@@ -55,7 +55,8 @@ export default
|
|||||||
basePaths: ['job_templates'],
|
basePaths: ['job_templates'],
|
||||||
awToolTip: 'Create a new template',
|
awToolTip: 'Create a new template',
|
||||||
actionClass: 'btn List-buttonSubmit',
|
actionClass: 'btn List-buttonSubmit',
|
||||||
buttonContent: '+ ADD'
|
buttonContent: '+ ADD',
|
||||||
|
ngShow: 'canAdd'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user