fix: polish pages and validate data (#46)

This commit is contained in:
Fine0830
2022-03-30 16:29:19 +08:00
committed by GitHub
parent 61d182b986
commit 767c92c60d
26 changed files with 241 additions and 192 deletions

View File

@@ -38,8 +38,8 @@ const msg = {
health: "Health",
groupName: "Group Name",
topologies: "Topologies",
dataPanel: "Data Panel",
controlPanel: "Control Panel",
dataPanel: "Data Plane",
controlPanel: "Control Plane",
eventList: "Event List",
databasePanel: "Database Panel",
meshServicePanel: "Service Panel",
@@ -129,6 +129,7 @@ const msg = {
textAlign: "Text Align",
metricLabel: "Metric Label",
showUnit: "Show Unit",
noGraph: "No Graph",
hourTip: "Select Hour",
minuteTip: "Select Minute",
secondTip: "Select Second",

View File

@@ -129,6 +129,7 @@ const msg = {
textAlign: "文本对齐",
metricLabel: "指标标签",
showUnit: "显示单位",
noGraph: "无图表",
hourTip: "选择小时",
minuteTip: "选择分钟",
secondTip: "选择秒数",