mirror of
https://github.com/ansible/awx.git
synced 2026-02-25 23:16:01 -03:30
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