mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
Adds identifier to credential type options
This commit is contained in:
parent
5c0850b279
commit
54e2608cf4
@ -165,7 +165,11 @@ function CredentialFormFields({ i18n, credentialTypes }) {
|
||||
width="100%"
|
||||
>
|
||||
{credentialTypeOptions.map(credType => (
|
||||
<SelectOption key={credType.value} value={credType.value}>
|
||||
<SelectOption
|
||||
key={credType.value}
|
||||
value={credType.value}
|
||||
dataCy={`${credType.id}-credential-type-select-option`}
|
||||
>
|
||||
{credType.label}
|
||||
</SelectOption>
|
||||
))}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user