ucp: fix whitespace on node labels doc (#9395)

what i did:
- fix whitespace so markdown numbering is consistent

how i tested:
1. build docs locally `docker-compose build; docker-compose up -d`
2. verify numbering corrected
3. deploy compose file through UCP 3.2.1 UI to make sure its spacing was
   unaffected\*

\* note: not addressing outdated screenshots with this commit

Signed-off-by: Trapier Marshall <trapier.marshall@docker.com>
This commit is contained in:
Trapier Marshall 2019-09-23 13:02:37 -04:00 committed by Olly P
parent dbee5b0ab6
commit 5a466a57c3
1 changed files with 49 additions and 49 deletions

View File

@ -30,6 +30,7 @@ scheduled to run on a node that has the `ssd` label.
2. Select **Nodes** in the left-hand navigation menu. 2. Select **Nodes** in the left-hand navigation menu.
3. In the nodes list, select the node to which you want to apply labels. 3. In the nodes list, select the node to which you want to apply labels.
4. In the details pane, select the edit node icon in the upper-right corner to edit the node. 4. In the details pane, select the edit node icon in the upper-right corner to edit the node.
![](../../images/add-labels-to-cluster-nodes-3.png) ![](../../images/add-labels-to-cluster-nodes-3.png)
5. In the **Edit Node** page, scroll down to the **Labels** section. 5. In the **Edit Node** page, scroll down to the **Labels** section.
@ -60,7 +61,6 @@ service to be scheduled only on nodes that have SSD storage:
1. Navigate to the **Stacks** page. 1. Navigate to the **Stacks** page.
2. Name the new stack "wordpress". 2. Name the new stack "wordpress".
3. Under **Orchestrator Mode**, select **Swarm Services**. 3. Under **Orchestrator Mode**, select **Swarm Services**.
4. In the **docker-compose.yml** editor, paste the following stack file. 4. In the **docker-compose.yml** editor, paste the following stack file.
``` ```