diff --git a/src/locales/lang/en.ts b/src/locales/lang/en.ts index a27f917e..cf7778e7 100644 --- a/src/locales/lang/en.ts +++ b/src/locales/lang/en.ts @@ -385,7 +385,7 @@ const msg = { traceDesc: "The trace segment serves as a representation of a trace portion executed within one single OS process, such as a JVM. It comprises a collection of spans, typically associated with and collected from a single request or execution context.", tabExpressions: "Tab Expressions", - hierarchyServicesSettings: "Service Hierarchy Topology Settings", - hierarchyNodeMetrics: "Metrics related with hierarchy topology nodes", + hierarchyNodeMetrics: "Metrics for Hierarchy Graph Node", + hierarchyNodeDashboard: "As dashboard for Hierarchy Graph Node", }; export default msg; diff --git a/src/locales/lang/es.ts b/src/locales/lang/es.ts index 8b3627b0..4c033a2d 100644 --- a/src/locales/lang/es.ts +++ b/src/locales/lang/es.ts @@ -385,7 +385,7 @@ const msg = { traceDesc: "The trace segment serves as a representation of a trace portion executed within one single OS process, such as a JVM. It comprises a collection of spans, typically associated with and collected from a single request or execution context.", tabExpressions: "Tab Expressions", - hierarchyServicesSettings: "Service Hierarchy Topology Settings", - hierarchyNodeMetrics: "Metrics related with hierarchy topology nodes", + hierarchyNodeMetrics: "Metrics for Hierarchy Graph Node", + hierarchyNodeDashboard: "As dashboard for Hierarchy Graph Node", }; export default msg; diff --git a/src/locales/lang/zh.ts b/src/locales/lang/zh.ts index e7ebbafb..81aaff5c 100644 --- a/src/locales/lang/zh.ts +++ b/src/locales/lang/zh.ts @@ -383,7 +383,7 @@ const msg = { traceDesc: "Trace Segment代表在单一操作系统进程(例如JVM)中执行的追踪部分。它包含了一组跨度(spans),这些跨度通常与单一请求或执行上下文关联。", tabExpressions: "Tab表达式", - hierarchyServicesSettings: "层次结构服务拓扑设置", - hierarchyNodeMetrics: "层级拓扑节点关联的指标", + hierarchyNodeMetrics: "层次图节点的指标", + hierarchyNodeDashboard: "作为层次图节点的dashboard", }; export default msg; diff --git a/src/views/dashboard/List.vue b/src/views/dashboard/List.vue index 15398a3a..05a31b65 100644 --- a/src/views/dashboard/List.vue +++ b/src/views/dashboard/List.vue @@ -73,23 +73,7 @@ limitations under the License. --> -- - - - - +