Refactor camera feed handling to support dynamic camera IDs and improve context management

This commit is contained in:
2025-12-17 14:19:23 +00:00
parent cc8b3a5691
commit 775fce7900
19 changed files with 211 additions and 248 deletions

View File

@@ -25,7 +25,7 @@ const SystemHealthCard = ({
refetch,
}: SystemOverviewProps) => {
return (
<Card className="p-4">
<Card className="p-4 ">
<CardHeader title="System Health" refetch={refetch} icon={faArrowsRotate} />
<SystemHealth
startTime={startTime}