feat(web): panels/index.ts 匯出 + Panel 抽取進度標記
Some checks failed
CD Pipeline / build-and-deploy (push) Has been cancelled

This commit is contained in:
OG T
2026-04-09 10:42:30 +08:00
parent 5ead01abf7
commit f05a391d02

View File

@@ -0,0 +1,15 @@
/**
* Panel 元件匯出
* Sprint 5: 供整合頁面使用的無 AppLayout 版本
*
* 已抽取:
* - MonitoringPanel (from /monitoring)
*
* 待抽取 (暫時用 lazy import 原始頁面):
* - APMPanel, ErrorsPanel, AppsPanel, ServicesPanel
* - AutoRepairPanel, NeuralCommandPanel, DriftPanel
* - DeploymentsPanel, TicketsPanel, CostPanel, ActionLogsPanel, BillingPanel
* - SecurityPanel, CompliancePanel
*/
export { MonitoringPanel } from './MonitoringPanel'