mirror of
https://github.com/ansible/awx.git
synced 2026-02-16 10:40: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: {
|
ORG_ADMINS_CAN_SEE_ALL_USERS: {
|
||||||
type: 'toggleSwitch',
|
type: 'toggleSwitch',
|
||||||
},
|
},
|
||||||
|
ORGS_CAN_CREATE_USERS: {
|
||||||
|
type: 'toggleSwitch',
|
||||||
|
},
|
||||||
|
ORGS_CAN_ASSIGN_USERS_TEAM: {
|
||||||
|
type: 'toggleSwitch',
|
||||||
|
},
|
||||||
SESSION_COOKIE_AGE: {
|
SESSION_COOKIE_AGE: {
|
||||||
type: 'number',
|
type: 'number',
|
||||||
integer: true,
|
integer: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user