mirror of
https://github.com/ansible/awx.git
synced 2026-01-12 02:19:58 -03:30
Expose CTiT user-session configurations
This commit is contained in:
parent
6a5102d51d
commit
78011dd67f
@ -6,8 +6,8 @@
|
||||
|
||||
export default ['i18n', function(i18n) {
|
||||
return {
|
||||
showHeader: false,
|
||||
name: 'configuration_misc_template',
|
||||
showHeader: false,
|
||||
showActions: true,
|
||||
|
||||
fields: {
|
||||
@ -20,6 +20,22 @@ export default ['i18n', function(i18n) {
|
||||
},
|
||||
ORG_ADMINS_CAN_SEE_ALL_USERS: {
|
||||
type: 'toggleSwitch',
|
||||
},
|
||||
AUTH_TOKEN_EXPIRATION: {
|
||||
type: 'number',
|
||||
integer: true,
|
||||
min: 60,
|
||||
reset: 'AUTH_TOKEN_EXPIRATION',
|
||||
},
|
||||
AUTH_TOKEN_PER_USER: {
|
||||
type: 'number',
|
||||
integer: true,
|
||||
spinner: true,
|
||||
min: -1,
|
||||
reset: 'AUTH_TOKEN_PER_USER',
|
||||
},
|
||||
AUTH_BASIC_ENABLED: {
|
||||
type: 'toggleSwitch',
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user