1
0
mirror of https://github.com/karl0ss/homepage.git synced 2025-05-21 13:26:20 +01:00

Merge pull request from benphelps/fix/issue-1375

Fix: Glances include cpu tempts labeled `Tctl`
This commit is contained in:
shamoon 2023-04-18 15:42:21 -07:00 committed by GitHub
commit 063950af05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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