docs: fix cancel-X glyph: ✕ → ✗ (U+2715 → U+2717, nit from iris review)
This commit is contained in:
parent
b6bff2556d
commit
0769c1e814
1 changed files with 1 additions and 1 deletions
|
|
@ -225,7 +225,7 @@ appears under the main row showing the in-flight step name
|
||||||
(e.g. `↳ meta prepare_deploy` → `↳ nixos-container update` →
|
(e.g. `↳ meta prepare_deploy` → `↳ nixos-container update` →
|
||||||
`↳ finalize deploy`). Terminal transitions clear `step` on the
|
`↳ finalize deploy`). Terminal transitions clear `step` on the
|
||||||
backend so Done / Failed rows don't render stale labels.
|
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
|
(#575); running / done / failed / cancelled entries don't show
|
||||||
it — the backend refuses cancellation for non-`Queued` rows
|
it — the backend refuses cancellation for non-`Queued` rows
|
||||||
anyway (`POST /api/rebuild-queue/{id}/cancel`). Successful
|
anyway (`POST /api/rebuild-queue/{id}/cancel`). Successful
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue