mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-02 15:36:24 +00:00
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:
@@ -84,6 +84,14 @@ const components_ee = [
|
|||||||
{
|
{
|
||||||
'title': 'Xrdp',
|
'title': 'Xrdp',
|
||||||
'components': ['xrdp', 'jms_xrdp']
|
'components': ['xrdp', 'jms_xrdp']
|
||||||
|
},
|
||||||
|
{
|
||||||
|
'title': 'Nec',
|
||||||
|
'components': ['nec', 'jms_nec']
|
||||||
|
},
|
||||||
|
{
|
||||||
|
'title': 'Facelive',
|
||||||
|
'components': ['facelive', 'jms_facelive']
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
all_components.push(...components_ce)
|
all_components.push(...components_ce)
|
||||||
|
@@ -99,7 +99,9 @@ export default {
|
|||||||
chen: 'Chen',
|
chen: 'Chen',
|
||||||
kael: 'Kael',
|
kael: 'Kael',
|
||||||
video_worker: 'Video-Worker',
|
video_worker: 'Video-Worker',
|
||||||
panda: 'Panda'
|
panda: 'Panda',
|
||||||
|
nec: 'NEC',
|
||||||
|
facelive: 'Facelive'
|
||||||
}
|
}
|
||||||
return nameMapper[this.componentMetric.type]
|
return nameMapper[this.componentMetric.type]
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user