diff --git a/services/web-ui/public/screens-playout.jsx b/services/web-ui/public/screens-playout.jsx index 75a2e8a..cc86d88 100644 --- a/services/web-ui/public/screens-playout.jsx +++ b/services/web-ui/public/screens-playout.jsx @@ -1147,6 +1147,21 @@ function Playout() {
+
+ ⚠ Playout is in testing — not for production use. +
{err &&
{err}
} {channels === null &&
Loading channels…
} diff --git a/services/web-ui/public/shell.jsx b/services/web-ui/public/shell.jsx index 7084b9f..02ff2cc 100644 --- a/services/web-ui/public/shell.jsx +++ b/services/web-ui/public/shell.jsx @@ -27,7 +27,6 @@ const NAV_SECTIONS = [ { label: "Operations", items: [ - { id: "capture", label: "Capture", icon: "capture" }, { id: "playout", label: "Playout", icon: "signal" }, { id: "jobs", label: "Jobs", icon: "jobs" }, ], @@ -150,7 +149,7 @@ function Sidebar({ active, onNavigate, me, collapsed, onToggle }) { }; React.useEffect(() => { - const ingestChildren = ["upload", "youtube", "recorders", "schedule", "capture", "monitors"]; + const ingestChildren = ["upload", "youtube", "recorders", "schedule", "monitors"]; if (ingestChildren.includes(active)) { setOpenGroups(prev => prev.has("ingest") ? prev : new Set([...prev, "ingest"])); }