mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-16 15:19:25 +00:00
perf: 优化资产更多信息
This commit is contained in:
@@ -23,9 +23,14 @@ export default {
|
||||
nodes: nodesInitial
|
||||
},
|
||||
fields: [
|
||||
[this.$t('common.Basic'), ['hostname', 'ip', 'platform']],
|
||||
[this.$t('assets.Hardware'), ['vendor', 'model', 'number', 'cpu_model', 'memory', 'disk_info', 'disk_total']],
|
||||
[this.$t('assets.Os'), ['sn', 'os', 'os_version', 'os_arch']]
|
||||
[this.$t('common.Basic'), [
|
||||
'hostname', 'ip', 'platform', 'number'
|
||||
]],
|
||||
[this.$t('assets.Hardware'), [
|
||||
'vendor', 'model', 'sn', 'cpu_model', 'cpu_count', 'cpu_cores',
|
||||
'cpu_vcpus', 'memory', 'disk_total'
|
||||
]],
|
||||
[this.$t('assets.Os'), ['os', 'os_version', 'os_arch']]
|
||||
],
|
||||
fieldsMeta: {
|
||||
platform: {
|
||||
|
Reference in New Issue
Block a user