fix: remove some comment

This commit is contained in:
ZhaiSoul 2025-03-13 00:16:51 +08:00
parent e64da9d7d9
commit 1ceb439a00

View File

@ -78,7 +78,7 @@ export default function useStats(stats: FrigateStats | undefined) {
text: t("stats.ffmpegHighCpuUsage", {
camera: capitalizeFirstLetter(name.replaceAll("_", " ")),
ffmpegAvg,
}), //`${capitalizeFirstLetter(name.replaceAll("_", " "))} has high FFMPEG CPU usage (${ffmpegAvg}%)`,
}),
color: "text-danger",
relevantLink: "/system#cameras",
});
@ -89,7 +89,7 @@ export default function useStats(stats: FrigateStats | undefined) {
text: t("stats.detectHighCpuUsage", {
camera: capitalizeFirstLetter(name.replaceAll("_", " ")),
detectAvg,
}), //`${capitalizeFirstLetter(name.replaceAll("_", " "))} has high detect CPU usage (${detectAvg}%)`,
}),
color: "text-danger",
relevantLink: "/system#cameras",
});