mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 18:09:57 -03:30
Remove self-closing tags from webhook cred lookup
This commit is contained in:
parent
1b6acdf84d
commit
bfd224eb7c
@ -122,7 +122,7 @@
|
||||
selected-id="webhookCredential.modalSelectedId"
|
||||
on-ready="handleWebhookCredentialModalReady"
|
||||
on-item-select="handleWebhookCredentialModalItemSelect"
|
||||
/>
|
||||
></at-lookup-list>
|
||||
<at-action-group col="12" pos="right">
|
||||
<at-action-button
|
||||
variant="tertiary"
|
||||
|
||||
@ -171,7 +171,7 @@ export default
|
||||
selected-id="webhookCredential.modalSelectedId"
|
||||
on-ready="handleWebhookCredentialModalReady"
|
||||
on-item-select="handleWebhookCredentialModalItemSelect"
|
||||
/>
|
||||
></at-lookup-list>
|
||||
<at-action-group col="12" pos="right">
|
||||
<at-action-button
|
||||
variant="tertiary"
|
||||
|
||||
@ -140,7 +140,7 @@ export default [
|
||||
selected-id="webhookCredential.modalSelectedId"
|
||||
on-ready="handleWebhookCredentialModalReady"
|
||||
on-item-select="handleWebhookCredentialModalItemSelect"
|
||||
/>
|
||||
></at-lookup-list>
|
||||
<at-action-group col="12" pos="right">
|
||||
<at-action-button
|
||||
variant="tertiary"
|
||||
|
||||
@ -179,7 +179,7 @@ export default [
|
||||
selected-id="webhookCredential.modalSelectedId"
|
||||
on-ready="handleWebhookCredentialModalReady"
|
||||
on-item-select="handleWebhookCredentialModalItemSelect"
|
||||
/>
|
||||
></at-lookup-list>
|
||||
<at-action-group col="12" pos="right">
|
||||
<at-action-button
|
||||
variant="tertiary"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user