From 8ee8e3aab243de657c2ba98bef7055d24a428e89 Mon Sep 17 00:00:00 2001 From: Nick Mowen Date: Wed, 9 Nov 2022 15:34:02 -0700 Subject: [PATCH] Use grid display so more cameras can take less vertical space --- web/src/routes/Debug.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/src/routes/Debug.jsx b/web/src/routes/Debug.jsx index 3f77b0be6..dd6522bd7 100644 --- a/web/src/routes/Debug.jsx +++ b/web/src/routes/Debug.jsx @@ -57,7 +57,7 @@ export default function Debug() { ) : ( Detectors -
+
{detectorNames.map((detector) => (
{detector}
@@ -84,7 +84,7 @@ export default function Debug() {
Cameras -
+
{cameraNames.map((camera) => (