diff --git a/src/views/xpack/SystemMonitor/component/MonitorCard.vue b/src/views/xpack/SystemMonitor/component/MonitorCard.vue index 3cd23cc29..45c5d59a3 100644 --- a/src/views/xpack/SystemMonitor/component/MonitorCard.vue +++ b/src/views/xpack/SystemMonitor/component/MonitorCard.vue @@ -70,7 +70,7 @@ export default { components: { }, props: { - // koko/guacamole/omnidb/core + // koko/guacamole/omnidb/lion/core type: { type: String, default: 'koko', @@ -86,7 +86,8 @@ export default { const nameMapper = { koko: 'KoKo', guacamole: 'Guacamole', - omnidb: 'OmniDB' + omnidb: 'OmniDB', + lion: 'Lion' } return nameMapper[this.componentMetric.type] }