perf: 系统监控中添加 xrdp (#834)

* perf: 修改命令存储创建

* perf: 系统监控中添加 xrdp

perf: gua

Co-authored-by: ibuler <ibuler@qq.com>
This commit is contained in:
fit2bot
2021-06-10 12:53:01 +08:00
committed by GitHub
parent a13c009b37
commit 283dfc97ec

View File

@@ -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]
}