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