mirror of
https://github.com/ansible/awx.git
synced 2026-05-21 07:47:44 -02:30
Merge pull request #8213 from ryanpetrello/galaxy-ignore-certs-ui
expose GALAXY_IGNORE_CERTS in the job settings UI Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
@@ -65,6 +65,9 @@ export default ['i18n', function(i18n) {
|
||||
PROJECT_UPDATE_VVV: {
|
||||
type: 'toggleSwitch',
|
||||
},
|
||||
GALAXY_IGNORE_CERTS: {
|
||||
type: 'toggleSwitch',
|
||||
},
|
||||
AWX_ROLES_ENABLED: {
|
||||
type: 'toggleSwitch',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user