mirror of
https://github.com/jumpserver/lina.git
synced 2025-07-10 21:53:05 +00:00
perf: 修改 ..
This commit is contained in:
parent
4edd9097ab
commit
7d3d4ab73c
@ -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'
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user