From 5fe1f84beeffa4f1d3436b859221f46f3f79f9fe Mon Sep 17 00:00:00 2001 From: Xiao Bai <2835066049@qq.com> Date: Fri, 11 Nov 2022 10:42:48 +0800 Subject: [PATCH] =?UTF-8?q?fix=20:=20panelBox=20=E9=A1=B5=E9=9D=A2=20?= =?UTF-8?q?=E5=9B=BD=E9=99=85=E5=8C=96=E9=97=AE=E9=A2=98=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nezha-fronted/src/components/common/rightBox/panelBox.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nezha-fronted/src/components/common/rightBox/panelBox.vue b/nezha-fronted/src/components/common/rightBox/panelBox.vue index ccc35e332..9e2ed9032 100644 --- a/nezha-fronted/src/components/common/rightBox/panelBox.vue +++ b/nezha-fronted/src/components/common/rightBox/panelBox.vue @@ -438,7 +438,7 @@ export default { queryVariableList: [ { name: 'label_names()', description: this.$t('dashboard.panel.label_names()') }, { name: 'label_values(label)', description: this.$t('dashboard.panel.label_values(label)') }, - { name: 'label_values(metric, label)', description: this.$t('dashboard.label_values(metric, label)') }, + { name: 'label_values(metric, label)', description: this.$t('dashboard.panel.label_values(metric, label)') }, { name: 'metrics(metric)', description: this.$t('dashboard.panel.metrics(metric)') }, { name: 'query_result(query)', description: this.$t('dashboard.panel.query_result(query)') } ]