feat:新增功能

1.panel图表按时间查询功能(查询时间默认最近1小时)
2.panel图表按图表名称查询功能
3.panel图表刷新功能(完成的是图表上的刷新图标,定期刷新还未完成)
fix:修改BUG
1.修改图表数据查询接口URL
This commit is contained in:
hanyuxia
2020-01-08 16:44:41 +08:00
parent 7cc8c1b065
commit 63fcf08116
8 changed files with 148 additions and 72 deletions

View File

@@ -25,6 +25,9 @@ const en = {
title:'Dashboard',
panel:{
title:'Panel',
searchItem:{
name:'Title'
},
//面板-侧滑框
createPanelTitle: "Create Panel",
createPanelTitleSec:"Create New Panel",
@@ -72,7 +75,14 @@ const en = {
recSevenDay:'recent week',
recOneMonth:'recent month',
curMonth:'this month',
lastMonth:'last month'
lastMonth:'last month',
refreshInterval:{
never:'never',
oneMinute:'1 min',
threeMinutes:'3 mins',
fiveMinutes:'5 mins',
tenMinutes:'10 mins',
}
},
metric:{
name:"Metric",
@@ -111,7 +121,6 @@ const en = {
},
tip: {
confirmDelete: "Confirm Delete?",
assetConfirmDelete: 'Its associated Endpoints and Alert Rules will also be deleted, confirm delete?',
yes: "Yes",
no: "No",
deleteSuccess: "Successfully Deleted",