mirror of
https://github.com/ansible/awx.git
synced 2026-03-13 15:09:32 -02:30
fix a typo on the JT add page that breaks the custom venv field
This commit is contained in:
@@ -245,7 +245,7 @@ function(NotificationsList, i18n) {
|
|||||||
dataTitle: i18n._('Ansible Environment'),
|
dataTitle: i18n._('Ansible Environment'),
|
||||||
dataContainer: 'body',
|
dataContainer: 'body',
|
||||||
dataPlacement: 'right',
|
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'
|
ngShow: 'custom_virtualenvs_options.length > 1'
|
||||||
},
|
},
|
||||||
instance_groups: {
|
instance_groups: {
|
||||||
|
|||||||
Reference in New Issue
Block a user