INFRA-3897 | Abhishek | Fix formatting in confirm delete popup
This commit is contained in:
@@ -161,17 +161,19 @@ const ConfirmationPopup = (props: ConfirmationPopupProps) => {
|
||||
{`Proceed with deletion of kubernetes resource ?`}{' '}
|
||||
</Typography>
|
||||
</Grid>
|
||||
<br />
|
||||
<br />
|
||||
<Grid item xs={12} className={classes.buttonRow}>
|
||||
<Grid container spacing={6}></Grid>
|
||||
<Grid item spacing={4}>
|
||||
{' '}
|
||||
</Grid>
|
||||
<Grid item spacing={4}>
|
||||
<FormControlLabel
|
||||
control={<Checkbox />}
|
||||
label="Delete from manifest also"
|
||||
onClick={toggleDeleteFromManifest}
|
||||
checked={deleteFromManifest}
|
||||
/>
|
||||
<Grid item xs={8} spacing={2}>
|
||||
</Grid>
|
||||
<Grid item xs={12} className={classes.buttonRow}>
|
||||
<Grid item xs={8} spacing={4}>
|
||||
<Button
|
||||
variant="contained"
|
||||
color="primary"
|
||||
|
||||
Reference in New Issue
Block a user