fix:promServer thanos相关首字母大写

This commit is contained in:
wangwenrui
2020-09-04 16:52:22 +08:00
parent 6c2fa52a9b
commit dc9e10e704

View File

@@ -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'
}
]
}