From 95fbaede3fdd453a0c757bb864e098fa1fff5e30 Mon Sep 17 00:00:00 2001 From: Eduard Gert Date: Thu, 20 Aug 2026 15:55:20 +0200 Subject: [PATCH] docs: remove change-type badge list from review section The review rows do not carry Add/Modify/Delete/Install badges. Co-Authored-By: Claude Fable 5 --- src/pages/manage/control-center/draft-mode.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/manage/control-center/draft-mode.mdx b/src/pages/manage/control-center/draft-mode.mdx index 02b0280d..37c7318c 100644 --- a/src/pages/manage/control-center/draft-mode.mdx +++ b/src/pages/manage/control-center/draft-mode.mdx @@ -169,7 +169,7 @@ To turn the placeholder into a real peer, hover it and click **Install**: Click **Review & Deploy**. The review dialog lists every change in the exact order it will be applied, one row per operation: -- Each row shows the affected component, the HTTP request that will be sent (like `POST /groups`), and a badge: **Add** (green), **Modify** (yellow), **Delete** (red), or **Install** (amber). Clicking the request copies it as a `cURL` command; expanding the row shows the request body as a diff. +- Each row shows the affected component and the HTTP request that will be sent (like `POST /groups`). Clicking the request copies it as a `cURL` command; expanding the row shows the request body as a diff. - For our example you would see the `Staging` group creation (with `staging-01` as a member), the `DevOps → Staging` policy creation, and the `staging-01` install step. If something is unfinished, the row carries an amber issue badge you can click to fix it in place: **Install** for a placeholder that has no machine yet, or **No Network** for a resource that is not assigned to any network. **Approve & Deploy** stays disabled until every blocking issue is resolved.