diff --git a/src/pages/manage/control-center/draft-mode.mdx b/src/pages/manage/control-center/draft-mode.mdx index 37c7318c..6ee5ac82 100644 --- a/src/pages/manage/control-center/draft-mode.mdx +++ b/src/pages/manage/control-center/draft-mode.mdx @@ -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.