mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-09 14:58:47 +00:00
Glances include cpu tempts labeled Tctl
This commit is contained in:
parent
9f91cd27f3
commit
f2fc78b63f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue