mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-18 08:12:33 +00:00
[Fix] Xpack-云管中心-创建同步实例后单击该同步实例名称不能跳转至详情页
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user