1
0
mirror of https://github.com/karl0ss/homepage.git synced 2025-05-29 00:35:06 +01:00

Glances include cpu tempts labeled Tctl

This commit is contained in:
shamoon 2023-04-18 11:37:58 -07:00
parent 9f91cd27f3
commit f2fc78b63f

@ -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