mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 18:09:57 -03:30
Add Organization User/Team toggle to UI
This commit is contained in:
parent
33ac8a9668
commit
eb3b518507
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user