mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 11:20:39 -03:30
add security token ui field
This commit is contained in:
parent
84268228b6
commit
70725cf7e1
@ -128,6 +128,17 @@ export default
|
||||
// '</dl>\n'
|
||||
// }]
|
||||
},
|
||||
security_token: {
|
||||
label: 'Security Token',
|
||||
type: 'text',
|
||||
ngShow: "kind.value == 'aws'",
|
||||
autocomplete: false,
|
||||
apiField: 'security_token',
|
||||
awPopOver: "To learn more about AWS IAM sts security tokens, see <a href='http://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp.html' target='_blank'>here</a>",
|
||||
dataTitle: 'Security Token',
|
||||
dataPlacement: 'right',
|
||||
dataContainer: "body"
|
||||
},
|
||||
access_key: {
|
||||
label: 'Access Key',
|
||||
type: 'text',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user