perf: component names use the same letter case

This commit is contained in:
Eric 2024-12-17 16:18:39 +08:00 committed by Eric_Lee
parent c15ba5b078
commit 3e3f80c59b

View File

@ -90,7 +90,7 @@ export default {
omnidb: 'OmniDB',
guacamole: 'Guacamole',
lion: 'Lion',
xrdp: 'XRDP',
xrdp: 'Xrdp',
razor: 'Razor',
core: 'Core',
celery: 'Celery',
@ -100,7 +100,7 @@ export default {
kael: 'Kael',
video_worker: 'Video-Worker',
panda: 'Panda',
nec: 'NEC',
nec: 'Nec',
facelive: 'Facelive'
}
return nameMapper[this.componentMetric.type]