expose GALAXY_IGNORE_CERTS in the job settings UI

This commit is contained in:
Ryan Petrello
2020-09-23 08:36:52 -04:00
parent 3184bccb33
commit 1f0cd8df71
2 changed files with 4 additions and 1 deletions

View File

@@ -65,6 +65,9 @@ export default ['i18n', function(i18n) {
PROJECT_UPDATE_VVV: {
type: 'toggleSwitch',
},
GALAXY_IGNORE_CERTS: {
type: 'toggleSwitch',
},
AWX_ROLES_ENABLED: {
type: 'toggleSwitch',
},