fix(web-ui/dashboard): correct BU1LDS stream paths — /dashboard/stream → /api/dashboard/stream and /build-logs/stream/{id} → /build-logs/id/{id}/stream
This commit is contained in:
parent
a589acf4d1
commit
7391900b88
1 changed files with 2 additions and 2 deletions
|
|
@ -176,7 +176,7 @@ and build log history on one page. Standalone page reached from the
|
|||
**Builds** tile on the H0M3 hub, same minimal chrome as `/core.html`.
|
||||
Three sub-tabs: **R3BU1LD QU3U3** (default), **M3T4 1NPUTS**,
|
||||
**BUILD L0GS**. Its own esbuild bundle (`builds.js`); cold-loads
|
||||
`/api/state` and subscribes to `/dashboard/stream` for
|
||||
`/api/state` and subscribes to `/api/dashboard/stream` for
|
||||
`rebuild_queue_changed`, `meta_inputs_changed`, `meta_update_running`.
|
||||
The dashboard tab keeps the rebuild-queue *state* for the SW4RM
|
||||
card badges without rendering these panels.
|
||||
|
|
@ -250,7 +250,7 @@ elapsed duration, build kind, age, and the invocation command line.
|
|||
Expanding a row fetches the full stdout+stderr via
|
||||
`GET /api/build-logs/id/{id}`. A live in-progress build shows a `live`
|
||||
badge with a ticking elapsed-time chip; expanding streams output via
|
||||
`GET /api/build-logs/stream/{id}` with sticky-bottom auto-scroll
|
||||
`GET /api/build-logs/id/{id}/stream` with sticky-bottom auto-scroll
|
||||
(suspends on manual scroll-up). Deep-link: `?id=N#buildlogs` opens the
|
||||
entry with that id pre-expanded.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue