Skip to content

Commit 14863ae

Browse files
cond render breakout
1 parent cead6cd commit 14863ae

File tree

1 file changed

+30
-3
lines changed

1 file changed

+30
-3
lines changed

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

Lines changed: 30 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,13 +123,40 @@ text={`
123123
4. Select **Traffic Steering**.
124124
5. In **${props.featureName}**, select **Assign application traffic**.
125125
6. Select one or more applications that should bypass Cloudflare filtering from the list. You can also use the search box.
126+
`}
127+
inline={false}
128+
/>
129+
130+
{ props.magicWord === "breakout" && (
131+
<Markdown
132+
text={`
126133
7. (Optional) You can also pin an application to a WAN port. In Preferred breakout port, select the WAN you want to assign your applications to. Refer to Designate WAN ports for breakout apps for more information.
134+
`}
135+
inline={false}
136+
/>
137+
)
138+
}
139+
140+
{ props.magicWord === "breakout" ? (
141+
<Markdown
142+
text={`
127143
8. Select **Save**.
128144
129145
The traffic for the application you chose ${props.whatHappensApp}.
130-
`}
131-
inline={false}
132-
/>
146+
`}
147+
inline={false}
148+
/>
149+
) : (
150+
<Markdown
151+
text={`
152+
7. Select **Save**.
153+
154+
The traffic for the application you chose ${props.whatHappensApp}.
155+
`}
156+
inline={false}
157+
/>
158+
)
159+
}
133160

134161
</TabItem> <TabItem label="API">
135162

0 commit comments

Comments
 (0)