Add UI toggle to disable public Galaxy (#3867)

This commit is contained in:
Graham Mainwaring
2019-10-21 16:10:25 -04:00
committed by GitHub
parent f02357ca16
commit c013d656c8
5 changed files with 39 additions and 16 deletions

View File

@@ -89,6 +89,9 @@ export default ['i18n', function(i18n) {
type: 'text',
reset: 'PRIMARY_GALAXY_AUTH_URL',
},
PUBLIC_GALAXY_ENABLED: {
type: 'toggleSwitch',
},
AWX_TASK_ENV: {
type: 'textarea',
reset: 'AWX_TASK_ENV',