diff --git a/pve-mod-gui-temp.sh b/pve-mod-gui-temp.sh index 3549f1d..b5c4693 100644 --- a/pve-mod-gui-temp.sh +++ b/pve-mod-gui-temp.sh @@ -187,7 +187,6 @@ function install_mod { // sensors configuration\n\ const addressPrefix = \"nvme-pci-\";\n\ const sensorName = \"Composite\";\n\ - const tempInputNo = 1;\n\ // display configuration\n\ const drivesPerRow = ${NVMEPerRow};\n\ objValue = JSON.parse(value);\n\ @@ -234,7 +233,6 @@ function install_mod { // sensors configuration\n\ const addressPrefix = \"drivetemp-scsi-\";\n\ const sensorName = \"temp1\";\n\ - const tempInputNo = 1;\n\ // display configuration\n\ const drivesPerRow = ${HDDPerRow};\n\ objValue = JSON.parse(value);\n\