feat:时间选择&定时刷新抽取为组件

This commit is contained in:
wangwenrui
2020-04-24 12:21:22 +08:00
parent 2638f45934
commit a74795ff2a
7 changed files with 365 additions and 295 deletions

View File

@@ -168,7 +168,7 @@ const cn = {
lastSevenDay: "最近7天",
lastThirtyDay: "最近30天",
refreshInterval: {
never: "从不",
never: "关闭",
oneMinute: "1分钟",
threeMinutes: "3分钟",
fiveMinutes: "5分钟",
@@ -196,7 +196,9 @@ const cn = {
saveChartToPanel: "保存图表到看板"
},
metricPreview: {
title: "探索"
title: "探索",
inputTip:'输入PromQL查询语句',
runQuery:'查询',
},
refresh: "刷新",
edit: "编辑",