File tree Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -179,9 +179,7 @@ const CreateBackup = () => {
179
179
< RFFCFormSwitch name = "users" label = "User List" />
180
180
< RFFCFormSwitch name = "groups" label = "Groups" />
181
181
< h3 className = "underline mb-4" > Conditional Access</ h3 >
182
- < RFFCFormSwitch name = "ca" label = "Conditional Access" />
183
- < RFFCFormSwitch name = "namedlocations" label = "Named Locations" />
184
- < RFFCFormSwitch name = "authstrengths" label = "Authentication Strengths" />
182
+ < RFFCFormSwitch name = "ca" label = "Conditional Access Configuration" />
185
183
< h3 className = "underline mb-4" > Intune</ h3 >
186
184
< RFFCFormSwitch
187
185
name = "intuneconfig"
@@ -196,7 +194,14 @@ const CreateBackup = () => {
196
194
label = "Intune Protection Policies"
197
195
/>
198
196
< h3 className = "underline mb-4" > CIPP</ h3 >
199
- < RFFCFormSwitch name = "CippAlerts" label = "Alerts Configuration" />
197
+ < RFFCFormSwitch
198
+ name = "CippWebhookAlerts"
199
+ label = "Webhook Alerts Configuration"
200
+ />
201
+ < RFFCFormSwitch
202
+ name = "CippScriptedAlerts"
203
+ label = "Scripted Alerts Configuration"
204
+ />
200
205
< RFFCFormSwitch name = "CippStandards" label = "Standards Configuration" />
201
206
</ CCol >
202
207
</ CRow >
Original file line number Diff line number Diff line change @@ -118,7 +118,8 @@ const OffboardingWizard = () => {
118
118
< RFFCFormSwitch name = "intunecompliance" label = "Intune Compliance Policies" />
119
119
< RFFCFormSwitch name = "intuneprotection" label = "Intune Protection Policies" />
120
120
< h3 className = "underline mb-4" > CIPP</ h3 >
121
- < RFFCFormSwitch name = "CippAlerts" label = "Alerts Configuration" />
121
+ < RFFCFormSwitch name = "CippWebhookAlerts" label = "Webhook Alerts Configuration" />
122
+ < RFFCFormSwitch name = "CippScriptedAlerts" label = "Scripted Alerts Configuration" />
122
123
< RFFCFormSwitch name = "CippStandards" label = "Standards Configuration" />
123
124
</ CCol >
124
125
</ CRow >
You can’t perform that action at this time.
0 commit comments