docs(web-ui): logs flyout fills side-panel height (follow-up to #543)
This commit is contained in:
parent
994166b20c
commit
4a2b2fca4f
1 changed files with 4 additions and 1 deletions
|
|
@ -383,7 +383,10 @@ body sits to the right with three stacked lines
|
||||||
fetches journald via `GET /api/journal/{name}?unit=&lines=`
|
fetches journald via `GET /api/journal/{name}?unit=&lines=`
|
||||||
(`journalctl -M <container> -b --no-pager --output=short-iso`).
|
(`journalctl -M <container> -b --no-pager --output=short-iso`).
|
||||||
A unit dropdown (harness service / full machine journal) and
|
A unit dropdown (harness service / full machine journal) and
|
||||||
a refresh button live in the panel.
|
a refresh button live in the panel. The panel uses a column-flex
|
||||||
|
layout so the `<pre>` log surface fills the full remaining panel
|
||||||
|
height (#541); scroll happens inside the `<pre>`, not the side
|
||||||
|
panel body.
|
||||||
- Plain navigation links (config repo, forge profile,
|
- Plain navigation links (config repo, forge profile,
|
||||||
`dashboardLinks` extras) now live in the icon-only nav strip
|
`dashboardLinks` extras) now live in the icon-only nav strip
|
||||||
on Line 1 — see above (issue #262). The agent's `config` link
|
on Line 1 — see above (issue #262). The agent's `config` link
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue