diff --git a/server/src/web-templates/admin-pages.tsx b/server/src/web-templates/admin-pages.tsx index e170d57..0e26f65 100644 --- a/server/src/web-templates/admin-pages.tsx +++ b/server/src/web-templates/admin-pages.tsx @@ -1246,7 +1246,7 @@ export function CameraEditPage(props: CameraEditProps) { : undefined } > -
| Status | Topic | Last Event | Error | ||
|---|---|---|---|---|---|
| Status | Topic | Source | Sink | Last Event | Error | {t} |
+ {sub?.event_source ?? "—"} | +{sub?.event_sink ?? "—"} | {sub?.last_event_at ? formatTime(sub.last_event_at) : "—"} |