mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-03-16 02:17:46 +01:00
Fixes (#17961)
* Fix i18n page titles * fix frontend crash in npu stats * return empty object for gpu_usages if null * fix gpu info i18n keys
This commit is contained in:
@@ -108,7 +108,7 @@ export default function GPUInfoDialog({
|
||||
<br />
|
||||
<div>
|
||||
{t("general.hardwareInfo.gpuInfo.nvidiaSMIOutput.driver", {
|
||||
name: nvinfo["0"].driver,
|
||||
driver: nvinfo["0"].driver,
|
||||
})}
|
||||
</div>
|
||||
<br />
|
||||
@@ -116,14 +116,14 @@ export default function GPUInfoDialog({
|
||||
{t(
|
||||
"general.hardwareInfo.gpuInfo.nvidiaSMIOutput.cudaComputerCapability",
|
||||
{
|
||||
name: nvinfo["0"].cuda_compute,
|
||||
cuda_compute: nvinfo["0"].cuda_compute,
|
||||
},
|
||||
)}
|
||||
</div>
|
||||
<br />
|
||||
<div>
|
||||
{t("general.hardwareInfo.gpuInfo.nvidiaSMIOutput.vbios", {
|
||||
name: nvinfo["0"].vbios,
|
||||
vbios: nvinfo["0"].vbios,
|
||||
})}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user