feat(web): panels/index.ts 匯出 + Panel 抽取進度標記
Some checks failed
CD Pipeline / build-and-deploy (push) Has been cancelled
Some checks failed
CD Pipeline / build-and-deploy (push) Has been cancelled
This commit is contained in:
15
apps/web/src/components/panels/index.ts
Normal file
15
apps/web/src/components/panels/index.ts
Normal 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'
|
||||
Reference in New Issue
Block a user