mirror of
https://github.com/ansible/awx.git
synced 2026-02-20 04:30:05 -03:30
Add collection setting toggle to UI
Additional API housekeeping, removing unused code Treat default branch as no branch provided
This commit is contained in:
@@ -61,6 +61,9 @@ export default ['i18n', function(i18n) {
|
||||
AWX_ROLES_ENABLED: {
|
||||
type: 'toggleSwitch',
|
||||
},
|
||||
AWX_COLLECTIONS_ENABLED: {
|
||||
type: 'toggleSwitch',
|
||||
},
|
||||
AWX_TASK_ENV: {
|
||||
type: 'textarea',
|
||||
reset: 'AWX_TASK_ENV',
|
||||
|
||||
Reference in New Issue
Block a user