diff --git a/src/components/widgets/glances/glances.jsx b/src/components/widgets/glances/glances.jsx index a6f4dfa8..fc0d21ed 100644 --- a/src/components/widgets/glances/glances.jsx +++ b/src/components/widgets/glances/glances.jsx @@ -6,7 +6,7 @@ import { useTranslation } from "next-i18next"; import UsageBar from "../resources/usage-bar"; -const cpuSensorLabels = ["cpu_thermal", "Core"]; +const cpuSensorLabels = ["cpu_thermal", "Core", "Tctl"]; function convertToFahrenheit(t) { return t * 9/5 + 32