實作頁面: - /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>
11 lines
244 B
TypeScript
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'
|