feat: 添加Monitor组件 celery和core

This commit is contained in:
Bai 2021-08-10 10:14:33 +08:00 committed by Jiangjie.Bai
parent 364b6b0bcf
commit e819e4aaff

View File

@ -88,7 +88,9 @@ export default {
omnidb: 'OmniDB',
guacamole: 'Guacamole',
lion: 'Lion',
xrdp: 'XRDP'
xrdp: 'XRDP',
core: 'Core',
celery: 'Celery'
}
return nameMapper[this.componentMetric.type]
}