mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 01:17:37 -02:30
Merge pull request #6402 from ryanpetrello/fix-6372
fix incorrect AWS Credential Type labels
This commit is contained in:
@@ -720,11 +720,11 @@ def aws(cls):
|
|||||||
inputs={
|
inputs={
|
||||||
'fields': [{
|
'fields': [{
|
||||||
'id': 'username',
|
'id': 'username',
|
||||||
'label': 'Username',
|
'label': 'Access Key',
|
||||||
'type': 'string'
|
'type': 'string'
|
||||||
}, {
|
}, {
|
||||||
'id': 'password',
|
'id': 'password',
|
||||||
'label': 'Password',
|
'label': 'Secret Key',
|
||||||
'type': 'string',
|
'type': 'string',
|
||||||
'secret': True,
|
'secret': True,
|
||||||
}, {
|
}, {
|
||||||
|
|||||||
Reference in New Issue
Block a user