[Fix] Xpack-云管中心-创建同步实例后单击该同步实例名称不能跳转至详情页

This commit is contained in:
xinwen
2020-06-08 18:12:05 +08:00
parent 54208aad75
commit d50e25c432

View File

@@ -17,7 +17,11 @@ export default {
'name', 'account_name', 'history_count', 'instance_count', 'periodic_display',
'date_last_sync', 'comment', 'actions'
],
columnsMeta: {}
columnsMeta: {
name: {
formatter: null
}
}
},
headerActions: {
hasBulkDelete: false,