perf: add nec and facelive for monitor (#4468)

* perf: add nec and facelive for monitor

* perf: add nec and facelive component log

---------

Co-authored-by: Eric <xplzv@126.com>
This commit is contained in:
fit2bot
2024-11-27 18:51:18 +08:00
committed by GitHub
parent 115f1171ad
commit d365aea6a0
2 changed files with 11 additions and 1 deletions

View File

@@ -84,6 +84,14 @@ const components_ee = [
{
'title': 'Xrdp',
'components': ['xrdp', 'jms_xrdp']
},
{
'title': 'Nec',
'components': ['nec', 'jms_nec']
},
{
'title': 'Facelive',
'components': ['facelive', 'jms_facelive']
}
]
all_components.push(...components_ce)

View File

@@ -99,7 +99,9 @@ export default {
chen: 'Chen',
kael: 'Kael',
video_worker: 'Video-Worker',
panda: 'Panda'
panda: 'Panda',
nec: 'NEC',
facelive: 'Facelive'
}
return nameMapper[this.componentMetric.type]
},