mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-29 21:28:52 +00:00
fix: 添加系统监控组件名称(lion)
This commit is contained in:
@@ -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]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user