mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 01:57:35 -03:30
Add unique ID to cred field external plugin button(s)
This commit is contained in:
parent
68426daaff
commit
ad1c4b1586
@ -55,6 +55,7 @@ function CredentialPluginInput(props) {
|
||||
)}
|
||||
>
|
||||
<Button
|
||||
id={`credential-${fieldOptions.id}-external-button`}
|
||||
variant={ButtonVariant.control}
|
||||
aria-label={i18n._(
|
||||
t`Populate field from an external secret management system`
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user