feat: Endpoint新增弹框等

1.Endpoint新增弹框
2.metric列表bug修复
3.account创建时加了密码输入框
4.告警规则新增弹框
5.endpoint列表增加state、lastupdate字段
This commit is contained in:
chenjinsong
2019-12-24 17:31:51 +08:00
parent e4ad8d3dba
commit 76203eceba
12 changed files with 575 additions and 398 deletions

View File

@@ -21,14 +21,17 @@ const en = {
cover: 'Cover'
},
search: {
searchTip: 'Press Enter or click to search'
searchTip: 'Press Enter or click to search',
recentSearch: 'Recent Searches',
noRecentSearch: 'No Recent Searches'
},
tip: {
confirmDelete: "Confirm Delete?",
yes: "Yes",
no: "No",
deleteSuccess: "Successfully Deleted",
saveSuccess: "Successfully Saved"
saveSuccess: "Successfully Saved",
coverSuccess: 'Successfully Covered'
},
asset:{
createAsset: "Create Asset",
@@ -73,7 +76,8 @@ const en = {
accountId: "Accound ID",
createAccount: "Create Account",
editAccount: "Edit Account",
notCurrentlySupport: 'Not currently supported'
notCurrentlySupport: 'Not currently supported',
password: 'Password'
},
promServer: {
promServerList: "Prometheus Server",