mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-18 08:12:33 +00:00
perf: 系统监控中添加 xrdp (#834)
* perf: 修改命令存储创建 * perf: 系统监控中添加 xrdp perf: gua Co-authored-by: ibuler <ibuler@qq.com>
This commit is contained in:
@@ -85,9 +85,10 @@ export default {
|
||||
componentName() {
|
||||
const nameMapper = {
|
||||
koko: 'KoKo',
|
||||
guacamole: 'Guacamole',
|
||||
omnidb: 'OmniDB',
|
||||
lion: 'Lion'
|
||||
guacamole: 'Guacamole',
|
||||
lion: 'Lion',
|
||||
xrdp: 'XRDP'
|
||||
}
|
||||
return nameMapper[this.componentMetric.type]
|
||||
}
|
||||
|
Reference in New Issue
Block a user