mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-25 22:44:13 +00:00
fix: 修复资产列表显示空白字段问题
This commit is contained in:
committed by
Jiangjie.Bai
parent
4262410038
commit
a4abe63ec9
@@ -92,14 +92,14 @@ export default {
|
||||
hasTree: true,
|
||||
columns: [
|
||||
'hostname', 'ip', 'public_ip', 'admin_user_display',
|
||||
'protocols', 'category', 'type', 'platform', 'sn', 'is_active',
|
||||
'protocols', 'platform', 'sn', 'is_active',
|
||||
'connectivity', 'labels_display',
|
||||
'created_by', 'date_created', 'comment', 'org_name', 'actions'
|
||||
],
|
||||
columnsShow: {
|
||||
min: ['hostname', 'ip', 'actions'],
|
||||
default: [
|
||||
'hostname', 'ip', 'platform', 'category', 'type',
|
||||
'hostname', 'ip', 'platform',
|
||||
'connectivity', 'actions'
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user