mirror of
https://github.com/ansible/awx.git
synced 2026-07-09 15:28:05 -02:30
Add UI toggle to disable public Galaxy (#3867)
This commit is contained in:
committed by
GitHub
parent
f02357ca16
commit
c013d656c8
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user