perf: 修改 ..

This commit is contained in:
ibuler 2022-04-19 15:31:45 +08:00
parent 4edd9097ab
commit 7d3d4ab73c

View File

@ -88,17 +88,14 @@ export default {
hasTree: true, hasTree: true,
columns: [ columns: [
'hostname', 'ip', 'public_ip', 'admin_user_display', 'hostname', 'ip', 'public_ip', 'admin_user_display',
'protocols', 'platform', 'hardware_info', 'model', 'protocols', 'category', 'type', 'platform', 'sn',
'cpu_model', 'cpu_cores', 'cpu_count', 'cpu_vcpus', 'is_active', 'connectivity', 'labels_display',
'disk_info', 'disk_total', 'memory', 'os', 'os_arch',
'os_version', 'number', 'vendor', 'sn', 'is_active',
'connectivity', 'labels_display',
'created_by', 'date_created', 'comment', 'org_name', 'actions' 'created_by', 'date_created', 'comment', 'org_name', 'actions'
], ],
columnsShow: { columnsShow: {
min: ['hostname', 'ip', 'actions'], min: ['hostname', 'ip', 'actions'],
default: [ default: [
'hostname', 'ip', 'platform', 'protocols', 'hardware_info', 'hostname', 'ip', 'platform', 'category', 'type',
'connectivity', 'actions' 'connectivity', 'actions'
] ]
}, },