diff --git a/nezha-fronted/src/components/common/language/cn.js b/nezha-fronted/src/components/common/language/cn.js index 6b4f7800e..a77928be4 100644 --- a/nezha-fronted/src/components/common/language/cn.js +++ b/nezha-fronted/src/components/common/language/cn.js @@ -565,7 +565,8 @@ const cn = { createProm: "新增Prometheus服务", editProm: "修改Prometheus服务", type: "类别", - checkTime: "检查时间" + checkTime: "检查时间", + dataCenter:'数据中心', }, terminallog: { terminallog: "终端日志", diff --git a/nezha-fronted/src/components/common/language/en.js b/nezha-fronted/src/components/common/language/en.js index d1e04f87f..d38eab420 100644 --- a/nezha-fronted/src/components/common/language/en.js +++ b/nezha-fronted/src/components/common/language/en.js @@ -570,7 +570,8 @@ const en = { createProm: 'New prometheus server',//"新增Prometheus Server" editProm: 'Edit prometheus server',//"修改Prometheus Server" type: 'Type',//"类别" - checkTime: 'Check time' + checkTime: 'Check time', + dataCenter:'Data Center', }, dc: { dc: 'Data center', diff --git a/nezha-fronted/src/components/page/config/promServer.vue b/nezha-fronted/src/components/page/config/promServer.vue index e6f08bfd5..04f7010dd 100644 --- a/nezha-fronted/src/components/page/config/promServer.vue +++ b/nezha-fronted/src/components/page/config/promServer.vue @@ -149,7 +149,7 @@ show: true, width: 80 }, { - label: 'DataCenter', + label: 'Data Center', prop: 'idc', show: true, }, {