mirror of
https://github.com/ansible/awx.git
synced 2024-10-31 23:51:09 +03:00
fix a typo on the JT add page that breaks the custom venv field
This commit is contained in:
parent
6073e8e3b6
commit
9d81727d16
@ -245,7 +245,7 @@ function(NotificationsList, i18n) {
|
||||
dataTitle: i18n._('Ansible Environment'),
|
||||
dataContainer: 'body',
|
||||
dataPlacement: 'right',
|
||||
ngDisabled: '!(job_template_obj.summary_fields.user_capabilities.edit || canAdd)',
|
||||
ngDisabled: '!(job_template_obj.summary_fields.user_capabilities.edit || canAddJobTemplate)',
|
||||
ngShow: 'custom_virtualenvs_options.length > 1'
|
||||
},
|
||||
instance_groups: {
|
||||
|
Loading…
Reference in New Issue
Block a user