This commit is contained in:
Nicolas Mowen 2024-04-03 16:53:28 -06:00 committed by GitHub
parent bfd078b80e
commit 91dac8ba18
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -512,7 +512,7 @@ function GeneralMetrics({ lastUpdated, setLastUpdated }: GeneralMetricsProps) {
<> <>
<div className="mt-4 flex items-center justify-between"> <div className="mt-4 flex items-center justify-between">
<div className="text-muted-foreground text-sm font-medium"> <div className="text-muted-foreground text-sm font-medium">
Detectors GPUs
</div> </div>
{Object.keys(statsHistory[0].gpu_usages).filter( {Object.keys(statsHistory[0].gpu_usages).filter(
(key) => (key) =>