Skip to content

Commit

Permalink
minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
KelvinTegelaar committed Feb 6, 2025
1 parent 885e06a commit 823b4db
Showing 1 changed file with 37 additions and 31 deletions.
68 changes: 37 additions & 31 deletions src/pages/tools/templatelib/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,38 +108,44 @@ const TemplateLibrary = () => {
</Grid>
</Grid>
<Divider sx={{ my: 2, width: "100%" }} />
<CippFormCondition
formControl={formControl}
field="templateRepo"
compareType="isNot"
compareValue={''}
>
<Grid item xs={12}>
<Typography variant="h6">Conditional Access</Typography>
<CippFormComponent
type="switch"
name="ca"
label="Create Conditional Access Templates"
formControl={formControl}
/>
</Grid>

<Grid item xs={12}>
<Typography variant="h6">Conditional Access</Typography>
<CippFormComponent
type="switch"
name="ca"
label="Create Conditional Access Templates"
formControl={formControl}
/>
</Grid>

<Grid item xs={12}>
<Typography variant="h6">Intune</Typography>
<CippFormComponent
type="switch"
name="intuneconfig"
label="Create Intune Configuration Templates"
formControl={formControl}
/>
<CippFormComponent
type="switch"
name="intunecompliance"
label="Create Intune Compliance Templates"
formControl={formControl}
/>
<CippFormComponent
type="switch"
name="intuneprotection"
label="Create Intune Protection Templates"
formControl={formControl}
/>
</Grid>
<Grid item xs={12}>
<Typography variant="h6">Intune</Typography>
<CippFormComponent
type="switch"
name="intuneconfig"
label="Create Intune Configuration Templates"
formControl={formControl}
/>
<CippFormComponent
type="switch"
name="intunecompliance"
label="Create Intune Compliance Templates"
formControl={formControl}
/>
<CippFormComponent
type="switch"
name="intuneprotection"
label="Create Intune Protection Templates"
formControl={formControl}
/>
</Grid>
</CippFormCondition>
<CippFormCondition
formControl={formControl}
field="templateRepo"
Expand Down

0 comments on commit 823b4db

Please sign in to comment.