From 437081c1b665752d58deb339934529ce9b167d4c Mon Sep 17 00:00:00 2001 From: Fine Date: Thu, 17 Oct 2024 22:48:21 +0800 Subject: [PATCH] update --- src/locales/lang/en.ts | 1 + src/locales/lang/es.ts | 1 + src/locales/lang/zh.ts | 1 + .../configuration/widget/graph-styles/Card.vue | 1 - .../configuration/widget/graph-styles/Table.vue | 1 - .../widget/graph-styles/components/ValueMappings.vue | 12 ++++++++++++ src/views/dashboard/graphs/Card.vue | 6 +++--- src/views/dashboard/graphs/Table.vue | 6 +++--- 8 files changed, 21 insertions(+), 8 deletions(-) diff --git a/src/locales/lang/en.ts b/src/locales/lang/en.ts index bdd7f53b..5ccbf10f 100644 --- a/src/locales/lang/en.ts +++ b/src/locales/lang/en.ts @@ -387,5 +387,6 @@ const msg = { hierarchyNodeMetrics: "Metrics for Hierarchy Graph Node", hierarchyNodeDashboard: "As dashboard for Hierarchy Graph Node", valueMappings: "Value Mappings", + mappingTip: "Notice: The mapping key is like (-∞, 2] or [4, 10)", }; export default msg; diff --git a/src/locales/lang/es.ts b/src/locales/lang/es.ts index f50ba9e6..dac733d8 100644 --- a/src/locales/lang/es.ts +++ b/src/locales/lang/es.ts @@ -387,5 +387,6 @@ const msg = { hierarchyNodeMetrics: "Metrics for Hierarchy Graph Node", hierarchyNodeDashboard: "As dashboard for Hierarchy Graph Node", valueMappings: "Value Mappings", + mappingTip: "Notice: The mapping key is like (-∞, 2] or [4, 10)", }; export default msg; diff --git a/src/locales/lang/zh.ts b/src/locales/lang/zh.ts index 0323df52..46eb585d 100644 --- a/src/locales/lang/zh.ts +++ b/src/locales/lang/zh.ts @@ -385,5 +385,6 @@ const msg = { hierarchyNodeMetrics: "层次图节点的指标", hierarchyNodeDashboard: "作为层次图节点的dashboard", valueMappings: "值映射", + mappingTip: "注意: 映射键如 (-∞, 2] 或者 [4, 10)", }; export default msg; diff --git a/src/views/dashboard/configuration/widget/graph-styles/Card.vue b/src/views/dashboard/configuration/widget/graph-styles/Card.vue index c3cf3550..9f8398bb 100644 --- a/src/views/dashboard/configuration/widget/graph-styles/Card.vue +++ b/src/views/dashboard/configuration/widget/graph-styles/Card.vue @@ -14,7 +14,6 @@ See the License for the specific language governing permissions and limitations under the License. -->