feat: Endpoint新增弹框等
1.Endpoint新增弹框 2.metric列表bug修复 3.account创建时加了密码输入框 4.告警规则新增弹框 5.endpoint列表增加state、lastupdate字段
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user