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 <noreply@anthropic.com>
This commit is contained in:
Eduard Gert
2026-08-20 15:55:20 +02:00
parent 43f1092436
commit 95fbaede3f

View File

@@ -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.