Skip to content

Commit 5d2f7bc

Browse files
corrected var
1 parent 7ac766a commit 5d2f7bc

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

src/content/docs/cloudflare-one/networks/connectors/wan-tunnels/configuration/appliances/network-options/application-based-policies/breakout-traffic.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,6 @@ import { Render } from "~/components";
1616
featureName: "Breakout traffic",
1717
trafficSteeringURL: "/cloudflare-one/networks/connectors/wan-tunnels/reference/traffic-steering/",
1818
whatHappensApp: "will now go directly to the Internet and bypass Cloudflare's filtering",
19-
mwanName: "Magic WAN"
19+
mwanName: "Magic WAN",
20+
dashName: "WAN Tunnels"
2021
}} />

src/content/docs/cloudflare-one/networks/connectors/wan-tunnels/configuration/appliances/network-options/application-based-policies/prioritized-traffic.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,6 @@ import { Render } from "~/components";
1515
productName: "Magic WAN Connector",
1616
featureName: "Prioritized traffic",
1717
whatHappensApp: "is now processed first by Connector",
18-
mwanName: "Magic WAN"
18+
mwanName: "Magic WAN",
19+
dashName: "WAN Tunnels"
1920
}} />

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ params:
66
- trafficSteeringURL?
77
- whatHappensApp
88
- mwanName
9+
- dashName
910
---
1011

1112
import { APIRequest, Aside, AnchorHeading, CURL, Markdown, Render, TabItem, Tabs } from "~/components";
@@ -95,7 +96,7 @@ You need to configure {props.featureName} applications for each of your existing
9596

9697
<Tabs syncKey="dashPlusAPI"> <TabItem label="Dashboard">
9798

98-
{ props.mwanName === "WAN Tunnels" ? (
99+
{ props.dashName === "WAN Tunnels" ? (
99100
<>
100101
<Markdown
101102
text={`
@@ -217,7 +218,7 @@ The traffic for the application you chose ${props.whatHappensApp}.
217218

218219
<Tabs syncKey="dashPlusAPI"> <TabItem label="Dashboard">
219220

220-
{ props.mwanName === "WAN Tunnels" ? (
221+
{ props.dashName === "WAN Tunnels" ? (
221222
<>
222223
<Markdown
223224
text={`
@@ -315,7 +316,7 @@ To pin applications to a WAN port:
315316
inline={false}
316317
/>
317318

318-
{ props.mwanName === "WAN Tunnels" ? (
319+
{ props.dashName === "WAN Tunnels" ? (
319320
<>
320321
<Markdown
321322
text={`

0 commit comments

Comments
 (0)