From 0769c1e81451f3a9a857a7056b146892ddb91cde Mon Sep 17 00:00:00 2001 From: lexis Date: Fri, 29 May 2026 19:42:58 +0200 Subject: [PATCH] =?UTF-8?q?docs:=20fix=20cancel-X=20glyph:=20=E2=9C=95=20?= =?UTF-8?q?=E2=86=92=20=E2=9C=97=20(U+2715=20=E2=86=92=20U+2717,=20nit=20f?= =?UTF-8?q?rom=20iris=20review)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/web-ui.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/web-ui.md b/docs/web-ui.md index 78ea2534..e1c827f2 100644 --- a/docs/web-ui.md +++ b/docs/web-ui.md @@ -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