mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-05-05 16:09:48 -05:00
- remove retention
This commit is contained in:
@@ -368,26 +368,6 @@ const CreateInfrastructureMonitor = () => {
|
||||
)}
|
||||
</Stack>
|
||||
</ConfigBox>
|
||||
{/* <ConfigBox>
|
||||
<Box>
|
||||
<Typography component="h2">Logging retention</Typography>
|
||||
<Typography component="p">
|
||||
Configure how logs are stored. After this period, the Uptime Manager will
|
||||
start deleting oldest data.
|
||||
</Typography>
|
||||
</Box>
|
||||
{/* <Stack gap={theme.spacing(6)}>
|
||||
<CustomAlertStack
|
||||
checkboxId="retain-log"
|
||||
checkboxLabel="Retain data for"
|
||||
checkboxValue={""}
|
||||
fieldId={"retries_max"}
|
||||
onChange={handleChange}
|
||||
onBlur={handleBlur}
|
||||
alertUnit="days"
|
||||
/>
|
||||
</Stack>
|
||||
</ConfigBox> */}
|
||||
<ConfigBox>
|
||||
<Box>
|
||||
<Typography component="h2">Advanced settings</Typography>
|
||||
|
||||
Reference in New Issue
Block a user