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