mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-03 09:45:22 +03:00
Fix organization
This commit is contained in:
parent
ca2733a593
commit
bc205ad47d
@ -141,7 +141,7 @@ export default function System() {
|
|||||||
</Link>
|
</Link>
|
||||||
</div>
|
</div>
|
||||||
) : (
|
) : (
|
||||||
<div data-testid="gpus" className="grid grid-cols-1 3xl:grid-cols-3 md:grid-cols-2 gap-4 p-2 px-4">
|
<div data-testid="gpus" className="grid grid-cols-1 3xl:grid-cols-3 md:grid-cols-2 gap-4">
|
||||||
{gpuNames.map((gpu) => (
|
{gpuNames.map((gpu) => (
|
||||||
<div
|
<div
|
||||||
key={gpu}
|
key={gpu}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user