docs: trim group-membership parenthetical from review example

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Eduard Gert
2026-08-20 15:55:42 +02:00
parent 95fbaede3f
commit a83e6d2ee1

View File

@@ -170,7 +170,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 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.
- For our example you would see the `Staging` group creation, 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.