diff --git a/web/src/app/home/components/api-integration-dialog/ApiIntegrationDialog.tsx b/web/src/app/home/components/api-integration-dialog/ApiIntegrationDialog.tsx
index 078d7dea..e4a58f8a 100644
--- a/web/src/app/home/components/api-integration-dialog/ApiIntegrationDialog.tsx
+++ b/web/src/app/home/components/api-integration-dialog/ApiIntegrationDialog.tsx
@@ -289,12 +289,16 @@ export default function ApiIntegrationDialog({
{t('common.noApiKeys')}
) : (
-
+
- {t('common.name')}
- {t('common.apiKeyValue')}
+
+ {t('common.name')}
+
+
+ {t('common.apiKeyValue')}
+
{t('common.actions')}
@@ -372,16 +376,20 @@ export default function ApiIntegrationDialog({
{t('common.noWebhooks')}
) : (
-
-
+
+
- {t('common.name')}
- {t('common.webhookUrl')}
+
+ {t('common.name')}
+
+
+ {t('common.webhookUrl')}
+
{t('common.webhookEnabled')}
-
+
{t('common.actions')}
@@ -389,20 +397,30 @@ export default function ApiIntegrationDialog({
{webhooks.map((webhook) => (
-
-
-
{webhook.name}
+
+
+
+ {webhook.name}
+
{webhook.description && (
-
+
{webhook.description}
)}
-
- {webhook.url}
-
+
+
+ {webhook.url}
+
+