docs: fix cancel-X glyph: ✕ → ✗ (U+2715 → U+2717, nit from iris review)

This commit is contained in:
lexis 2026-05-29 19:42:58 +02:00 committed by Mara
commit 0769c1e814

View file

@ -225,7 +225,7 @@ appears under the main row showing the in-flight step name
(e.g. `↳ meta prepare_deploy``↳ nixos-container update`
`↳ finalize deploy`). Terminal transitions clear `step` on the
backend so Done / Failed rows don't render stale labels.
Queued entries carry a `` cancel button on the right edge
Queued entries carry a `` cancel button on the right edge
(#575); running / done / failed / cancelled entries don't show
it — the backend refuses cancellation for non-`Queued` rows
anyway (`POST /api/rebuild-queue/{id}/cancel`). Successful