mirror of
https://github.com/ansible/awx.git
synced 2026-01-15 20:00:43 -03:30
Merge pull request #6402 from ryanpetrello/fix-6372
fix incorrect AWS Credential Type labels
This commit is contained in:
commit
b0c8d55238
@ -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