硬盘设备监控列表添加硬盘健康度字段、优化图形监控数据加载未联动更新问题

This commit is contained in:
康冉冉
2026-02-06 17:49:48 +08:00
parent 9aeb26b267
commit c9457a3c7f
5 changed files with 80 additions and 64 deletions
+1 -1
View File
@@ -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},