From 10cd61679743d8b9b6fa2feb305f647a2101a004 Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 18 Jun 2026 16:49:11 +0800 Subject: [PATCH] =?UTF-8?q?fix(web):=20=E5=9C=A8=20Alerts=20=E9=A1=AF?= =?UTF-8?q?=E7=A4=BA=E8=87=AA=E5=8B=95=E5=8C=96=E8=B3=87=E7=94=A2=E6=B2=89?= =?UTF-8?q?=E6=BE=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web/src/app/[locale]/alerts/page.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/apps/web/src/app/[locale]/alerts/page.tsx b/apps/web/src/app/[locale]/alerts/page.tsx index 9a8f48fe..eb7715ac 100644 --- a/apps/web/src/app/[locale]/alerts/page.tsx +++ b/apps/web/src/app/[locale]/alerts/page.tsx @@ -20,6 +20,7 @@ import { AwoooPStatusChainPanel, type AwoooPStatusChain, } from '@/components/awooop/status-chain' +import { AwoooPAutomationAssetLedger } from '@/components/awooop/automation-asset-ledger' import { IwoooSReadOnlyBridge } from '@/components/security/iwooos-read-only-bridge' import { cn } from '@/lib/utils' import { API_V1_URL } from '@/lib/config' @@ -535,6 +536,10 @@ function FocusIncidentEvidencePanel({ +
+ +
+ )