feat: prometheus server功能提交

This commit is contained in:
chenjinsong
2019-12-05 18:07:58 +08:00
parent e1826949e0
commit dd390b6332
9 changed files with 613 additions and 109 deletions

View File

@@ -4,6 +4,7 @@ const en = {
dashboard:'dashboard',
project:'project',
asset:'asset',
config:'config',
create: 'Create',
edit: 'Edit',
delete: 'Delete',
@@ -51,7 +52,13 @@ const en = {
createAccount: "Create Account",
editAccount: "Edit Account",
notCurrentlySupport: 'Not currently supported'
}
},
promServer: {
//侧滑框
promId: "Prometheus Server ID",
createProm: "Create Prometheus Server",
editProm: "Edit Prometheus Server"
},
},
...enLocale
}