Add collection setting toggle to UI

Additional API housekeeping, removing unused code

Treat default branch as no branch provided
This commit is contained in:
AlanCoding
2019-08-06 09:16:51 -04:00
parent 79a1dbc5a0
commit 2f3aafe1bb
4 changed files with 8 additions and 3 deletions

View File

@@ -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',