Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .claude/worktrees/blissful-golick-d405ab
Submodule blissful-golick-d405ab deleted from 071035
4 changes: 3 additions & 1 deletion src/components/CippCards/CippExchangeInfoCard.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,9 @@ export const CippExchangeInfoCard = (props) => {
<>
<Grid size={{ xs: 12, md: 6 }}>
<Typography variant="inherit" color="text.primary" gutterBottom>
Auto Expanding Archive:
{exchangeData?.AutoExpandingArchiveScope === 'Organization'
? 'Auto Expanding Archive: (org)'
: 'Auto Expanding Archive:'}
</Typography>
<Typography variant="inherit">
{getCippFormatting(
Expand Down
2 changes: 1 addition & 1 deletion src/data/AuditLogTemplates.json
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@
{
"Property": { "value": "String", "label": "SecuredAccessPassData" },
"Operator": { "value": "like", "label": "Like" },
"Input": { "value": "*" }
"Input": { "value": "[*]" }
}
]
}
Expand Down
6 changes: 3 additions & 3 deletions src/data/alerts.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
"inputType": "textField",
"inputLabel": "Enter quota percentage",
"inputName": "QuotaUsedQuota",
"recommendedRunInterval": "4h"
"recommendedRunInterval": "1d"
},
{
"name": "SharePointQuota",
Expand All @@ -134,7 +134,7 @@
"inputType": "textField",
"inputLabel": "Enter quota percentage",
"inputName": "SharePointQuota",
"recommendedRunInterval": "4h"
"recommendedRunInterval": "1d"
},
{
"name": "OneDriveQuota",
Expand All @@ -143,7 +143,7 @@
"inputType": "textField",
"inputLabel": "Enter quota percentage (default: 90)",
"inputName": "OneDriveQuota",
"recommendedRunInterval": "4h"
"recommendedRunInterval": "1d"
},
{
"name": "ExpiringLicenses",
Expand Down
2 changes: 1 addition & 1 deletion src/data/standards.json
Original file line number Diff line number Diff line change
Expand Up @@ -4100,7 +4100,7 @@
"type": "number",
"name": "standards.IntuneComplianceSettings.deviceComplianceCheckinThresholdDays",
"label": "Compliance status validity period (days)",
"defaultValue": 130,
"defaultValue": 120,
"validators": {
"min": { "value": 1, "message": "Minimum value is 1" },
"max": { "value": 120, "message": "Maximum value is 120" }
Expand Down
7 changes: 7 additions & 0 deletions src/layouts/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -1116,6 +1116,13 @@ export const nativeMenuItems = [
permissions: ['CIPP.SuperAdmin.*'],
scope: 'global',
},
{
title: 'Worker Health',
path: '/cipp/advanced/worker-health',
roles: ['superadmin'],
permissions: ['CIPP.SuperAdmin.*'],
scope: 'global',
},
],
},
],
Expand Down
Loading