fix(web): 在 Alerts 顯示自動化資產沉澱
This commit is contained in:
@@ -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({
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="border-t border-[#e0ddd4] bg-[#faf9f3] px-4 py-4">
|
||||
<AwoooPAutomationAssetLedger chain={chain ?? null} className="max-w-full" />
|
||||
</div>
|
||||
|
||||
<AwoooPStatusChainPanel chain={chain ?? null} compact className="border-x-0 border-b-0" />
|
||||
</section>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user