mirror of
https://github.com/ansible/awx.git
synced 2026-01-18 05:01:19 -03:30
Adds id's to credential form buttons
This commit is contained in:
parent
e5f9ed827b
commit
77c211dabe
@ -224,6 +224,7 @@ function CredentialForm({
|
||||
<FormFullWidthLayout>
|
||||
<ActionGroup>
|
||||
<Button
|
||||
id="credential-form-save-button"
|
||||
aria-label={i18n._(t`Save`)}
|
||||
variant="primary"
|
||||
type="button"
|
||||
@ -235,6 +236,7 @@ function CredentialForm({
|
||||
credentialTypes[formik.values.credential_type]?.kind ===
|
||||
'external' && (
|
||||
<Button
|
||||
id="credential-form-test-button"
|
||||
aria-label={i18n._(t`Test`)}
|
||||
variant="secondary"
|
||||
type="button"
|
||||
@ -245,6 +247,7 @@ function CredentialForm({
|
||||
</Button>
|
||||
)}
|
||||
<Button
|
||||
id="credential-form-cancel-button"
|
||||
aria-label={i18n._(t`Cancel`)}
|
||||
variant="secondary"
|
||||
type="button"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user