CPU temperatures shown w/o additional sorting.

This commit is contained in:
rmm 2023-07-04 18:49:17 +02:00
parent 2835042794
commit 319bcb1cec

View File

@ -216,7 +216,7 @@ function install_mod {
const objValue = JSON.parse(value);\n\
if(objValue.hasOwnProperty(cpuAddress)) {\n\
const items = objValue[cpuAddress],\n\
itemKeys = Object.keys(items).filter(item => { return String(item).startsWith(cpuItemPrefix); }).sort();\n\
itemKeys = Object.keys(items).filter(item => { return String(item).startsWith(cpuItemPrefix); });\n\
let temps = [];\n\
itemKeys.forEach((coreKey, index) => {\n\
try {\n\