docs(web-ui/agent): add back-link nav + fix stale doc pointer in screen.html
This commit is contained in:
parent
af7ec98542
commit
964e55f0bb
2 changed files with 6 additions and 5 deletions
|
|
@ -338,7 +338,8 @@ shaped).
|
||||||
would vendor noVNC; this file ships the minimal in-tree variant).
|
would vendor noVNC; this file ships the minimal in-tree variant).
|
||||||
Only accessible when `hyperhive.gui.enable = true` in the agent's
|
Only accessible when `hyperhive.gui.enable = true` in the agent's
|
||||||
`agent.nix`; the harness shows a 🖥 screen link in the state row
|
`agent.nix`; the harness shows a 🖥 screen link in the state row
|
||||||
when `gui_vnc_port` is present. Toolbar: `⤢ fit` CSS-downscales
|
when `gui_vnc_port` is present. A `← agent` back-link in the page
|
||||||
|
header returns to the main per-agent page. Controls: `⤢ fit` CSS-downscales
|
||||||
the canvas to the window via `relayoutCanvas()` setting explicit
|
the canvas to the window via `relayoutCanvas()` setting explicit
|
||||||
pixel dimensions on the canvas — *not* CSS `max-width/max-height`,
|
pixel dimensions on the canvas — *not* CSS `max-width/max-height`,
|
||||||
because a flex item's automatic minimum size (`min-width: auto`
|
because a flex item's automatic minimum size (`min-width: auto`
|
||||||
|
|
@ -379,7 +380,8 @@ Bus events (new vocabulary on `/events/stream`):
|
||||||
|
|
||||||
`GET /stats` is a separate per-agent page (served by the
|
`GET /stats` is a separate per-agent page (served by the
|
||||||
harness, linked from the per-agent page's `📊 stats →` and from
|
harness, linked from the per-agent page's `📊 stats →` and from
|
||||||
each dashboard container row). Turn analytics, read-only, from
|
each dashboard container row). A `← live` back-link in the page
|
||||||
|
header returns to the main per-agent page. Turn analytics, read-only, from
|
||||||
`/state/hyperhive-turn-stats.sqlite`. `GET /api/stats?window=
|
`/state/hyperhive-turn-stats.sqlite`. `GET /api/stats?window=
|
||||||
24h|7d|30d|all` returns a time-bucketed `Snapshot`; the page renders
|
24h|7d|30d|all` returns a time-bucketed `Snapshot`; the page renders
|
||||||
it with Chart.js (bundled into `stats.js` via esbuild — no CDN
|
it with Chart.js (bundled into `stats.js` via esbuild — no CDN
|
||||||
|
|
|
||||||
|
|
@ -25,9 +25,8 @@
|
||||||
<script>
|
<script>
|
||||||
// Minimal RFB-over-WebSocket renderer. Connects to `screen/ws` on
|
// Minimal RFB-over-WebSocket renderer. Connects to `screen/ws` on
|
||||||
// the same host; the harness relays raw RFB bytes to the VNC server
|
// the same host; the harness relays raw RFB bytes to the VNC server
|
||||||
// running inside the container. See docs/web-ui.md::Per-agent
|
// running inside the container. See docs/web-ui/agent.md (GET /screen)
|
||||||
// endpoints (GET /screen) for the design rationale + canvas-sizing
|
// for the design rationale + canvas-sizing implementation notes.
|
||||||
// implementation notes.
|
|
||||||
|
|
||||||
(function () {
|
(function () {
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue