diff --git a/server/src/web-templates/admin-pages.tsx b/server/src/web-templates/admin-pages.tsx index 16079dd..60b1899 100644 --- a/server/src/web-templates/admin-pages.tsx +++ b/server/src/web-templates/admin-pages.tsx @@ -1332,25 +1332,27 @@ export function CameraEditPage(props: CameraEditProps) { )} -
-

Live Events

-

- ONVIF events from kiosks subscribed to this camera. Auto-refreshes - every 5s. All topics shown — motion, ANPR, line crossing, I/O, analytics, unknown. -

-
-
Loading...
+ {cam.type === "onvif" && ( +
+

Live Events

+

+ ONVIF events from kiosks subscribed to this camera. Auto-refreshes + every 5s. All topics shown — motion, ANPR, line crossing, I/O, analytics, unknown. +

+
+
Loading...
+
-
+ )}

Kiosk Subscriptions