From dc9e10e70431a17c78b24d1f96e830da6366f25e Mon Sep 17 00:00:00 2001 From: wangwenrui Date: Fri, 4 Sep 2020 16:52:22 +0800 Subject: [PATCH] =?UTF-8?q?fix:promServer=20thanos=E7=9B=B8=E5=85=B3?= =?UTF-8?q?=E9=A6=96=E5=AD=97=E6=AF=8D=E5=A4=A7=E5=86=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/common/js/constants.js | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/nezha-fronted/src/components/common/js/constants.js b/nezha-fronted/src/components/common/js/constants.js index 0f8841a51..f70d0da02 100644 --- a/nezha-fronted/src/components/common/js/constants.js +++ b/nezha-fronted/src/components/common/js/constants.js @@ -54,29 +54,29 @@ export const promServer = { value:'Thanos', children:[ { - label:'query', + label:'Query', value:3, - text:'Thanos-query' + text:'Thanos-Query' }, { - label:'rule', + label:'Rule', value:4, - text:'Thanos-rule' + text:'Thanos-Rule' }, { - label:'sidecar', + label:'Sidecar', value:5, - text:'Thanos-sidecar' + text:'Thanos-Sidecar' }, { - label:'store', + label:'Store', value:6, - text:'Thanos-store' + text:'Thanos-Store' }, { - label:'compactor', + label:'Compactor', value:7, - text:'Thanos-compactor' + text:'Thanos-Compactor' } ] }