From 35814d3d5c0695167c566fb5a3d67c45a28826b6 Mon Sep 17 00:00:00 2001 From: Bai Date: Mon, 17 May 2021 14:59:11 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=B7=BB=E5=8A=A0=E7=B3=BB=E7=BB=9F?= =?UTF-8?q?=E7=9B=91=E6=8E=A7=E7=BB=84=E4=BB=B6=E5=90=8D=E7=A7=B0(lion)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/xpack/SystemMonitor/component/MonitorCard.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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] }