This commit is contained in:
root
2026-05-17 05:52:35 +00:00
parent 03dc47a569
commit 71ea4da318
14 changed files with 26 additions and 16 deletions

View File

@@ -1290,6 +1290,7 @@ export default function LiveControlApp() {
fetchJson={fetchJson}
liveProcesses={processRows.length ? processRows : (dash?.live?.processes ?? [])}
notify={notify}
quickLinks={ql}
onNavigate={(target: PortalNavTarget) => setView(target)}
/>
) : null}