perf: chart侧滑新增panel选项等

1.chart侧滑新增panel选项
2.project-queryendpoint样式调整
This commit is contained in:
陈劲松
2020-02-06 18:50:40 +08:00
parent 400370de2d
commit b014b70dbb
10 changed files with 200 additions and 97 deletions

View File

@@ -32,7 +32,9 @@ const en = {
all: 'All',//'全选'
other: 'Others',//"其他"
query: 'Query', //查询
back: 'Back' //返回
back: 'Back', //返回
unavailable: 'Unavailable',
available: 'Available'
},
dashboard:{
title:'Dashboard',
@@ -342,7 +344,8 @@ const en = {
promId: 'Prometheus server ID',//"Prometheus Server ID"
createProm: 'New prometheus server',//"新增Prometheus Server"
editProm: 'Edit prometheus server',//"修改Prometheus Server"
type: 'Type'//"类别"
type: 'Type',//"类别"
checkTime: 'Check time'
},
},
alert: {