From 0aa0922fd3d8f4ccfd7411be1799c2d353f958f6 Mon Sep 17 00:00:00 2001 From: ZGaetano Date: Fri, 22 May 2026 17:18:20 -0400 Subject: [PATCH] remove hardcoded recorders badge --- services/web-ui/public/shell.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/web-ui/public/shell.jsx b/services/web-ui/public/shell.jsx index 4d4f148..0bb5acf 100644 --- a/services/web-ui/public/shell.jsx +++ b/services/web-ui/public/shell.jsx @@ -8,7 +8,7 @@ const NAV_TREE = [ id: "ingest", label: "Ingest", icon: "upload", group: true, children: [ { id: "upload", label: "Upload", icon: "upload" }, - { id: "recorders", label: "Recorders", icon: "record", badge: { kind: "live", text: "4" } }, + { id: "recorders", label: "Recorders", icon: "record" }, { id: "capture", label: "Capture", icon: "capture" }, { id: "monitors", label: "Monitors", icon: "monitor" }, ],