Files
awoooi/apps/web/src/components/layout/index.ts
OG T cdf60bb8c8
Some checks failed
E2E Health Check / e2e-health (push) Has been cancelled
CD Pipeline / build-and-deploy (push) Has been cancelled
feat(pages): 補全所有缺失路由頁面 (15 個)
實作頁面:
- /monitoring: 黃金指標 + 主機狀態 + 服務健康表格
- /alerts: P0-P3 分組 + 嚴重度統計 (已送)
- /terminal: OmniTerminal 路由 (已送)
- /authorizations: LiveApprovalPanel (已送)

佔位頁面 (ComingSoon):
- /apm /topology /security /compliance
- /auto-repair /deployments /tickets /cost /reports
- /apps /services /users /notifications /billing /help

新增 ComingSoon 元件 (極簡動點動畫)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-01 22:59:02 +08:00

11 lines
244 B
TypeScript

/**
* Layout Components
* =================
* CPO-102: Global Layout 與側邊欄
*/
export { Sidebar } from './sidebar'
export { Header } from './header'
export { AppLayout } from './app-layout'
export { ComingSoon } from './coming-soon'