From 9f8322b0e33fa9d7f92345aeee31dadb8d4ad11e Mon Sep 17 00:00:00 2001 From: Meliox Date: Sun, 5 Jul 2026 17:05:10 +0200 Subject: [PATCH] minor fixes --- src/node_info/files/PveMod_pvemanagerlib.js | 1 - src/node_info/node_info.configure.sh | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/node_info/files/PveMod_pvemanagerlib.js b/src/node_info/files/PveMod_pvemanagerlib.js index f632d26..2f03726 100644 --- a/src/node_info/files/PveMod_pvemanagerlib.js +++ b/src/node_info/files/PveMod_pvemanagerlib.js @@ -743,7 +743,6 @@ Ext.define('PVE.node.StatusView', { }); if (rows.length === 0) { - this.hide(); return ''; } diff --git a/src/node_info/node_info.configure.sh b/src/node_info/node_info.configure.sh index 7c10e0a..2988204 100644 --- a/src/node_info/node_info.configure.sh +++ b/src/node_info/node_info.configure.sh @@ -256,7 +256,7 @@ node_info_configure() { msgb "\n=== Detecting other thermal sensors ===" local otherTempCount otherTempCount=$(echo "$sanitisedSensorsOutput" \ - | grep -Ev '"(coretemp|k10temp-pci|cpu_thermal-virtual|nvme|drivetemp-scsi|SODIMM)[^"]*"' \ + | grep -Ev '"(coretemp|k10temp-pci|cpu_thermal-virtual|nvme|drivetemp-scsi|SODIMM|spd5118)[^"]*"' \ | grep -c '"temp[0-9]*_input"' || true) if [[ "$otherTempCount" -gt 0 ]]; then