mirror of
https://github.com/didi/KnowStreaming.git
synced 2026-01-14 12:02:13 +08:00
[Bugfix]修复集群Topic列表页面白屏问题(#819)
集群Topic列表健康状态对应关系存在问题,导致当健康状态指标存在时,会出现白屏。
This commit is contained in:
@@ -23,3 +23,11 @@ export const getChartConfig = (title: string) => {
|
||||
},
|
||||
};
|
||||
};
|
||||
|
||||
export const HealthStateMap: any = {
|
||||
'-1': 'Unknown',
|
||||
0: '好',
|
||||
1: '中',
|
||||
2: '差',
|
||||
3: 'Down',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user