From e6c83ba0de8de6affa8d1ffbfbbf90c6f9ea5945 Mon Sep 17 00:00:00 2001 From: zhangyu Date: Thu, 16 Mar 2023 11:10:30 +0800 Subject: [PATCH] =?UTF-8?q?NEZ-2704=20fix=EF=BC=9A=20detail=20=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=20=E5=92=8C=20=E4=BA=8C=E7=BA=A7=E9=A1=B5=E9=9D=A2=20?= =?UTF-8?q?=E9=A1=B5=E7=AD=BE=E5=90=8D=E7=A7=B0=E4=B8=8D=E7=BB=9F=E4=B8=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/common/detailView/view/detailViewRight.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nezha-fronted/src/components/common/detailView/view/detailViewRight.vue b/nezha-fronted/src/components/common/detailView/view/detailViewRight.vue index 8e5bfe4ce..4bbe29cfd 100644 --- a/nezha-fronted/src/components/common/detailView/view/detailViewRight.vue +++ b/nezha-fronted/src/components/common/detailView/view/detailViewRight.vue @@ -169,7 +169,7 @@ export default { }, endpoint: { endpointTabTitle: [ - { prop: 'dashboardTab', name: this.$t('overall.detail') }, + { prop: 'dashboardTab', name: this.$t('overall.dashboard') }, { prop: 'endpointAlertMessage', name: this.$t('overall.alert') }, { prop: 'endpointQuery', name: this.$t('overall.metric') }, { prop: 'log', name: this.$t('dashboard.panel.chartForm.typeVal.log.label') }