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