From 1fc63979d6687b41ad227720ac88c69bb813dde1 Mon Sep 17 00:00:00 2001 From: Meliox Date: Sun, 5 Jul 2026 12:12:52 +0200 Subject: [PATCH] change render to SOC --- src/node_info/files/PveMod_pvemanagerlib.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/node_info/files/PveMod_pvemanagerlib.js b/src/node_info/files/PveMod_pvemanagerlib.js index 2a172ce..44ebb9f 100644 --- a/src/node_info/files/PveMod_pvemanagerlib.js +++ b/src/node_info/files/PveMod_pvemanagerlib.js @@ -335,7 +335,7 @@ Ext.define('PVE.node.StatusView', { const cpuKeys = bINTEL ? cpuKeysI : cpuKeysA.length > 0 ? cpuKeysA : cpuKeysRpi; const cpuItemPrefix = bINTEL ? INTELPackagePrefix : cpuKeysA.length > 0 ? AMDPackagePrefix : 'temp'; - const cpuTempCaption = bINTEL ? INTELPackageCaption : cpuKeysA.length > 0 ? AMDPackageCaption : 'Temp'; + const cpuTempCaption = bINTEL ? INTELPackageCaption : cpuKeysA.length > 0 ? AMDPackageCaption : 'SoC'; const formatTemp = bINTEL ? '0' : '0.0'; const cpuCount = cpuKeys.length; let temps = [];