Skip to content

Commit fe72208

Browse files
dashbutton
1 parent 8701e4f commit fe72208

File tree

1 file changed

+15
-10
lines changed

1 file changed

+15
-10
lines changed

src/content/partials/networking-services/mconn/network-options/app-aware-policies/breakout-prioritized.mdx

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ params:
77
- dashName
88
---
99

10-
import { APIRequest, Aside, AnchorHeading, CURL, Markdown, Render, TabItem, Tabs } from "~/components";
10+
import { APIRequest, Aside, AnchorHeading, CURL, DashButton, Markdown, Render, TabItem, Tabs } from "~/components";
1111

1212
{ props.magicWord === "breakout" && (
1313
<>
@@ -108,11 +108,11 @@ You need to configure {props.featureName} applications for each of your existing
108108
<>
109109
<Markdown
110110
text={`
111-
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/login), and select your account.
112-
2. Select **Networking** > **Magic WAN** > **Connector on-ramps (beta)**.
113-
`}
111+
1. In the Cloudflare dashboard, go to **Connector on-ramps**.
112+
`}
114113
inline={false}
115114
/>
115+
<DashButton url="/?to=/:account/magic-wan/mconn-onramp" />
116116
</>
117117
)
118118
}
@@ -230,11 +230,11 @@ The traffic for the application you chose ${props.whatHappensApp}.
230230
<>
231231
<Markdown
232232
text={`
233-
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/login), and select your account.
234-
2. Select **Networking** > **Magic WAN** > **Connector on-ramps (beta)**.
235-
`}
233+
1. In the Cloudflare dashboard, go to **Connector on-ramps**.
234+
`}
236235
inline={false}
237236
/>
237+
<DashButton url="/?to=/:account/magic-wan/mconn-onramp" />
238238
</>
239239
)
240240
}
@@ -329,9 +329,14 @@ To pin applications to a WAN port:
329329
<>
330330
<Markdown
331331
text={`
332-
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/login), and select your account.
333-
2. Select **Networking** > **Magic WAN** > **Connector on-ramps (beta)**.
334-
3. Select your Connector > **Edit**.
332+
1. In the Cloudflare dashboard, go to **Connector on-ramps**.
333+
`}
334+
inline={false}
335+
/>
336+
<DashButton url="/?to=/:account/magic-wan/mconn-onramp" />
337+
<Markdown
338+
text={`
339+
2. Select your Connector > **Edit**.
335340
`}
336341
inline={false}
337342
/>

0 commit comments

Comments
 (0)