mirror of
https://github.com/ZwareBear/awx.git
synced 2026-03-20 15:53:36 -05:00
Add Organization User/Team toggle to UI
This commit is contained in:
@@ -21,6 +21,12 @@ export default ['i18n', function(i18n) {
|
||||
ORG_ADMINS_CAN_SEE_ALL_USERS: {
|
||||
type: 'toggleSwitch',
|
||||
},
|
||||
ORGS_CAN_CREATE_USERS: {
|
||||
type: 'toggleSwitch',
|
||||
},
|
||||
ORGS_CAN_ASSIGN_USERS_TEAM: {
|
||||
type: 'toggleSwitch',
|
||||
},
|
||||
SESSION_COOKIE_AGE: {
|
||||
type: 'number',
|
||||
integer: true,
|
||||
|
||||
Reference in New Issue
Block a user