mirror of
https://github.com/ansible/awx.git
synced 2026-01-17 12:41:19 -03:30
parent
518baee5ba
commit
2d0ae56d94
@ -720,11 +720,11 @@ def aws(cls):
|
||||
inputs={
|
||||
'fields': [{
|
||||
'id': 'username',
|
||||
'label': 'Username',
|
||||
'label': 'Access Key',
|
||||
'type': 'string'
|
||||
}, {
|
||||
'id': 'password',
|
||||
'label': 'Password',
|
||||
'label': 'Secret Key',
|
||||
'type': 'string',
|
||||
'secret': True,
|
||||
}, {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user