detect e and p cores
This commit is contained in:
parent
c90c2028fd
commit
2b531b19d9
@ -521,7 +521,7 @@ Ext.define('PVE.mod.TempHelper', {\n\
|
|||||||
cpuKeys.forEach((cpuKey, cpuIndex) => {\n\
|
cpuKeys.forEach((cpuKey, cpuIndex) => {\n\
|
||||||
let cpuTemps = [];\n\
|
let cpuTemps = [];\n\
|
||||||
const items = objValue[cpuKey];\n\
|
const items = objValue[cpuKey];\n\
|
||||||
const itemKeys = Object.keys(items).filter(item => { return String(item).startsWith(cpuItemPrefix); });\n\
|
const itemKeys = Object.keys(items).filter(item => { return String(item).includes(cpuItemPrefix); });\n\
|
||||||
itemKeys.forEach((coreKey) => {\n\
|
itemKeys.forEach((coreKey) => {\n\
|
||||||
try {\n\
|
try {\n\
|
||||||
let tempVal = NaN, tempMax = NaN, tempCrit = NaN;\n\
|
let tempVal = NaN, tempMax = NaN, tempCrit = NaN;\n\
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user