Skip to content

Commit 6a3dc68

Browse files
updated backup to allot alert backups
1 parent 2c4ef81 commit 6a3dc68

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

src/views/tenant/backup/CreateBackup.jsx

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -179,9 +179,7 @@ const CreateBackup = () => {
179179
<RFFCFormSwitch name="users" label="User List" />
180180
<RFFCFormSwitch name="groups" label="Groups" />
181181
<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" />
185183
<h3 className="underline mb-4">Intune</h3>
186184
<RFFCFormSwitch
187185
name="intuneconfig"
@@ -196,7 +194,14 @@ const CreateBackup = () => {
196194
label="Intune Protection Policies"
197195
/>
198196
<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+
/>
200205
<RFFCFormSwitch name="CippStandards" label="Standards Configuration" />
201206
</CCol>
202207
</CRow>

src/views/tenant/backup/RestoreBackup.jsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,8 @@ const OffboardingWizard = () => {
118118
<RFFCFormSwitch name="intunecompliance" label="Intune Compliance Policies" />
119119
<RFFCFormSwitch name="intuneprotection" label="Intune Protection Policies" />
120120
<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" />
122123
<RFFCFormSwitch name="CippStandards" label="Standards Configuration" />
123124
</CCol>
124125
</CRow>

0 commit comments

Comments
 (0)