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