fix: agent列表页面name,修改为Data center
This commit is contained in:
@@ -727,6 +727,7 @@ const cn = {
|
||||
checkTime: '检查时间',
|
||||
createProm: '新增客户端',
|
||||
editProm: '修改客户端',
|
||||
dataCenter: '数据中心',
|
||||
up: 'UP',
|
||||
down: 'Down',
|
||||
agent: {
|
||||
|
||||
@@ -88,7 +88,7 @@ export default {
|
||||
width: 80,
|
||||
sortable:'custom'
|
||||
}, {
|
||||
label: this.$t('config.agent.name'),
|
||||
label: this.$t('config.agent.dataCenter'),
|
||||
prop: 'dc',
|
||||
show: true,
|
||||
sortable:'custom'
|
||||
|
||||
Reference in New Issue
Block a user