fix : panelBox 页面 国际化问题更改
This commit is contained in:
@@ -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)') }
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user