@@ -13,14 +13,14 @@ import { Aside, DashButton, Markdown, Tabs, TabItem } from "~/components";
1313 <>
1414 <Markdown
1515 text = { `
16- To run a traceroute from a specific Cloudflare data center to your network:
16+ To run a traceroute from a specific Cloudflare data center to your network:
1717
18- 1. Log in to [Cloudflare One](https://one.dash.cloudflare.com/) > **Insights**.
19- 2. Go to **Network visibility** > **WAN connector health**.
20- 3. Select the tunnel you want to run the traceroute on.
21- 4. Select the three dots > **Traceroute details**.
18+ 1. Log in to [Cloudflare One](https://one.dash.cloudflare.com/) > **Insights**.
19+ 2. Go to **Network visibility** > **WAN connector health**.
20+ 3. Select the tunnel you want to run the traceroute on.
21+ 4. Select the three dots > **Traceroute details**.
2222 ` }
23- inline = { false }
23+ inline = { false }
2424 />
2525 </>
2626)}
@@ -31,45 +31,45 @@ import { Aside, DashButton, Markdown, Tabs, TabItem } from "~/components";
3131 To change between the new dashboard experience and the old one, find the banner at the top of the screen.
3232 </Aside >
3333
34- To run a traceroute from a specific Cloudflare data center to your network:
34+ To run a traceroute from a specific Cloudflare data center to your network:
3535
3636 <Tabs syncKey = " dasNewNav" >
3737 <TabItem label = " Old dashboard" >
3838 <Markdown
3939 text = { `
40- 1. In the Cloudflare dashboard, go to ${props .productName }'s **Network health** page.
40+ 1. In the Cloudflare dashboard, go to ${props .productName }'s **Network health** page.
4141 ` }
42- inline = { false }
42+ inline = { false }
4343 />
4444
45- <DashButton url = { props .dashButtonPath } />
45+ <DashButton url = { props .dashButtonPath } />
4646
47- <Markdown
47+ <Markdown
4848 text = { `
49- 2. Expand a Magic Tunnel, and find the Cloudflare data center where the traceroute will be run from.
50- 3. Select **Traceroute for details**.
49+ 2. Expand a Magic Tunnel, and find the Cloudflare data center where the traceroute will be run from.
50+ 3. Select **Traceroute for details**.
5151 ` }
52- inline = { false }
52+ inline = { false }
5353 />
5454 </TabItem >
5555
5656 <TabItem label = " New dashboard" icon = " rocket" >
57- <Markdown
58- text = { `
59- 1. In the Cloudflare dashboard, go to ${props .productName }'s **Network health** page.
60- ` }
61- inline = { false }
62- />
57+ <Markdown
58+ text = { `
59+ 1. In the Cloudflare dashboard, go to ${props .productName }'s **Network health** page.
60+ ` }
61+ inline = { false }
62+ />
6363
64- <DashButton url = { props .dashButtonPath } />
64+ <DashButton url = { props .dashButtonPath } />
6565
66- <Markdown
67- text = { `
68- 2. Select the tunnel you want to run the traceroute on.
69- 3. Select the three dots > **Traceroute details**.
70- ` }
71- inline = { false }
72- />
66+ <Markdown
67+ text = { `
68+ 2. Select the tunnel you want to run the traceroute on.
69+ 3. Select the three dots > **Traceroute details**.
70+ ` }
71+ inline = { false }
72+ />
7373 </TabItem >
7474 </Tabs >
7575 </>
0 commit comments