From bc57e2e368f015429c3dc733a2fe5b784f86bd33 Mon Sep 17 00:00:00 2001 From: Qiuxia Fan Date: Mon, 21 Mar 2022 21:12:56 +0800 Subject: [PATCH] fix entity --- src/locales/lang/zh.ts | 2 +- src/views/dashboard/graphs/EndpointList.vue | 2 +- src/views/dashboard/graphs/InstanceList.vue | 2 +- src/views/dashboard/related/topology/Index.vue | 9 ++++----- .../dashboard/related/topology/components/Graph.vue | 7 ++++++- .../related/topology/components/PodTopology.vue | 9 +++++++-- .../dashboard/related/topology/components/Sankey.vue | 1 + .../dashboard/related/topology/components/Settings.vue | 1 - 8 files changed, 21 insertions(+), 12 deletions(-) diff --git a/src/locales/lang/zh.ts b/src/locales/lang/zh.ts index 445c5c58..a4acc1f2 100644 --- a/src/locales/lang/zh.ts +++ b/src/locales/lang/zh.ts @@ -115,7 +115,7 @@ const msg = { rename: "重命名", selfObservability: "自观性", satellite: "Satellite", - skyWalkingServer: "Sky Walking服务", + skyWalkingServer: "SkyWalking服务", functions: "Functions", linux: "Linux", browser: "浏览器", diff --git a/src/views/dashboard/graphs/EndpointList.vue b/src/views/dashboard/graphs/EndpointList.vue index d3b09a02..3efea0c2 100644 --- a/src/views/dashboard/graphs/EndpointList.vue +++ b/src/views/dashboard/graphs/EndpointList.vue @@ -35,7 +35,7 @@ limitations under the License. -->