mirror of
https://github.com/ansible/awx.git
synced 2026-01-22 06:58:06 -03:30
Add ID's to the buttons in the external test modal for cred form
This commit is contained in:
parent
e93aa34864
commit
ae4f1a15d3
@ -92,13 +92,19 @@ function ExternalTestModal({
|
||||
variant="small"
|
||||
actions={[
|
||||
<Button
|
||||
id="run-external-credential-test"
|
||||
key="confirm"
|
||||
variant="primary"
|
||||
onClick={() => handleSubmit()}
|
||||
>
|
||||
{i18n._(t`Run`)}
|
||||
</Button>,
|
||||
<Button key="cancel" variant="link" onClick={() => onClose()}>
|
||||
<Button
|
||||
id="cancel-external-credential-test"
|
||||
key="cancel"
|
||||
variant="link"
|
||||
onClick={() => onClose()}
|
||||
>
|
||||
{i18n._(t`Cancel`)}
|
||||
</Button>,
|
||||
]}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user