CPU temperatures shown w/o additional sorting.
This commit is contained in:
parent
2835042794
commit
319bcb1cec
@ -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\
|
||||
|
||||
Loading…
Reference in New Issue
Block a user