fix: 添加系统监控组件名称(lion)

This commit is contained in:
Bai
2021-05-17 14:59:11 +08:00
committed by Jiangjie.Bai
parent 31e46a3ede
commit 35814d3d5c

View File

@@ -70,7 +70,7 @@ export default {
components: {
},
props: {
// koko/guacamole/omnidb/core
// koko/guacamole/omnidb/lion/core
type: {
type: String,
default: 'koko',
@@ -86,7 +86,8 @@ export default {
const nameMapper = {
koko: 'KoKo',
guacamole: 'Guacamole',
omnidb: 'OmniDB'
omnidb: 'OmniDB',
lion: 'Lion'
}
return nameMapper[this.componentMetric.type]
}