mirror of
https://github.com/ansible/awx.git
synced 2026-03-17 08:57:33 -02:30
Merge pull request #8304 from jakemcdermott/fix-7892
Remove self-closing tags from webhook cred lookup Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
@@ -122,7 +122,7 @@
|
|||||||
selected-id="webhookCredential.modalSelectedId"
|
selected-id="webhookCredential.modalSelectedId"
|
||||||
on-ready="handleWebhookCredentialModalReady"
|
on-ready="handleWebhookCredentialModalReady"
|
||||||
on-item-select="handleWebhookCredentialModalItemSelect"
|
on-item-select="handleWebhookCredentialModalItemSelect"
|
||||||
/>
|
></at-lookup-list>
|
||||||
<at-action-group col="12" pos="right">
|
<at-action-group col="12" pos="right">
|
||||||
<at-action-button
|
<at-action-button
|
||||||
variant="tertiary"
|
variant="tertiary"
|
||||||
|
|||||||
@@ -171,7 +171,7 @@ export default
|
|||||||
selected-id="webhookCredential.modalSelectedId"
|
selected-id="webhookCredential.modalSelectedId"
|
||||||
on-ready="handleWebhookCredentialModalReady"
|
on-ready="handleWebhookCredentialModalReady"
|
||||||
on-item-select="handleWebhookCredentialModalItemSelect"
|
on-item-select="handleWebhookCredentialModalItemSelect"
|
||||||
/>
|
></at-lookup-list>
|
||||||
<at-action-group col="12" pos="right">
|
<at-action-group col="12" pos="right">
|
||||||
<at-action-button
|
<at-action-button
|
||||||
variant="tertiary"
|
variant="tertiary"
|
||||||
|
|||||||
@@ -140,7 +140,7 @@ export default [
|
|||||||
selected-id="webhookCredential.modalSelectedId"
|
selected-id="webhookCredential.modalSelectedId"
|
||||||
on-ready="handleWebhookCredentialModalReady"
|
on-ready="handleWebhookCredentialModalReady"
|
||||||
on-item-select="handleWebhookCredentialModalItemSelect"
|
on-item-select="handleWebhookCredentialModalItemSelect"
|
||||||
/>
|
></at-lookup-list>
|
||||||
<at-action-group col="12" pos="right">
|
<at-action-group col="12" pos="right">
|
||||||
<at-action-button
|
<at-action-button
|
||||||
variant="tertiary"
|
variant="tertiary"
|
||||||
|
|||||||
@@ -179,7 +179,7 @@ export default [
|
|||||||
selected-id="webhookCredential.modalSelectedId"
|
selected-id="webhookCredential.modalSelectedId"
|
||||||
on-ready="handleWebhookCredentialModalReady"
|
on-ready="handleWebhookCredentialModalReady"
|
||||||
on-item-select="handleWebhookCredentialModalItemSelect"
|
on-item-select="handleWebhookCredentialModalItemSelect"
|
||||||
/>
|
></at-lookup-list>
|
||||||
<at-action-group col="12" pos="right">
|
<at-action-group col="12" pos="right">
|
||||||
<at-action-button
|
<at-action-button
|
||||||
variant="tertiary"
|
variant="tertiary"
|
||||||
|
|||||||
Reference in New Issue
Block a user