Showing
1 changed file
with
11 additions
and
0 deletions
@@ -78,16 +78,27 @@ export const {widgetTool,monitor} = { | @@ -78,16 +78,27 @@ export const {widgetTool,monitor} = { | ||
78 | widgetDecoratePie | 78 | widgetDecoratePie |
79 | ], | 79 | ], |
80 | monitor:[ | 80 | monitor:[ |
81 | + // 健康度 | ||
81 | monitorHealthStatus, | 82 | monitorHealthStatus, |
83 | + // 资源状态 | ||
82 | monitorResourceStatus, | 84 | monitorResourceStatus, |
85 | + // 基本信息 | ||
83 | monitorBasicInformation, | 86 | monitorBasicInformation, |
87 | + // 详情表格 | ||
84 | monitorDetailTable, | 88 | monitorDetailTable, |
89 | + // 背景 | ||
85 | monitorBgBorder, | 90 | monitorBgBorder, |
91 | + // 仪表盘使用率 | ||
86 | monitorGaugeRate, | 92 | monitorGaugeRate, |
93 | + // 速率/使用率折线图 | ||
87 | monitorCustomLineChart, | 94 | monitorCustomLineChart, |
95 | + // 使用情况-柱状堆叠图 | ||
88 | monitorCustomBarStack, | 96 | monitorCustomBarStack, |
97 | + // 基本信息(二) | ||
89 | monitorBasicInformationTwo, | 98 | monitorBasicInformationTwo, |
99 | + // 折线堆叠图-多数据 | ||
90 | monitorCustomLineStack, | 100 | monitorCustomLineStack, |
101 | + // 柱线图-双线 | ||
91 | monitorCustomBarLineChart | 102 | monitorCustomBarLineChart |
92 | ] | 103 | ] |
93 | } | 104 | } |
-
Please register or login to post a comment