硬盘设备监控列表添加硬盘健康度字段、优化图形监控数据加载未联动更新问题
This commit is contained in:
@@ -178,7 +178,7 @@
|
||||
usedSpace: {label: `已用空间(GB)`, minWidth: '100',visible: true},
|
||||
readSpeed: {label: `读速率(MB/s)`, minWidth: '90',visible: true},
|
||||
writeSpeed: {label: `写速率(MB/s)`, minWidth: '90',visible: true},
|
||||
// health: {label: `硬盘健康度`, minWidth: '90',visible: true},
|
||||
healthInfo: {label: `硬盘健康度`, minWidth: '90',visible: true},
|
||||
readIops: {label: `读IOPS`, minWidth: '60',visible: true},
|
||||
writeIops: {label: `写IOPS`, minWidth: '60',visible: true},
|
||||
status: {label: `状态`, minWidth: '50', slotName: 'tempDiskStatus', visible: true},
|
||||
|
||||
Reference in New Issue
Block a user