mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 03:10:42 -03:30
Changed inputs to textareas, support key and cert
This commit is contained in:
parent
df4fe4df2b
commit
4e6773b922
@ -24,11 +24,15 @@ export default ['i18n', function(i18n) {
|
||||
reset: 'SOCIAL_AUTH_SAML_SP_ENTITY_ID'
|
||||
},
|
||||
SOCIAL_AUTH_SAML_SP_PUBLIC_CERT: {
|
||||
type: 'text',
|
||||
type: 'textarea',
|
||||
rows: 6,
|
||||
elementClass: 'Form-monospace',
|
||||
reset: 'SOCIAL_AUTH_SAML_SP_PUBLIC_CERT'
|
||||
},
|
||||
SOCIAL_AUTH_SAML_SP_PRIVATE_KEY: {
|
||||
type: 'sensitive',
|
||||
type: 'textarea',
|
||||
rows: 6,
|
||||
elementClass: 'Form-monospace',
|
||||
hasShowInputButton: true,
|
||||
reset: 'SOCIAL_AUTH_SAML_SP_PRIVATE_KEY'
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user