1
0
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:
Ryan Petrello 2018-10-15 10:58:21 -04:00
parent 6073e8e3b6
commit 9d81727d16
No known key found for this signature in database
GPG Key ID: F2AA5F2122351777

View File

@ -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: {