removed Display Values toggle for Sinexcel Live View

This commit is contained in:
Yinyin Liu 2025-11-13 14:05:09 +01:00
parent 66f88e68fb
commit 15201ecccb
1 changed files with 16 additions and 16 deletions

View File

@ -80,22 +80,22 @@ function TopologySodistoreHome(props: TopologySodistoreHomeProps) {
justifyContent: 'right' justifyContent: 'right'
}} }}
> >
<div> {/*<div>*/}
<Typography sx={{ marginTop: '5px', marginRight: '20px' }}> {/* <Typography sx={{ marginTop: '5px', marginRight: '20px' }}>*/}
Display Values {/* Display Values*/}
</Typography> {/* </Typography>*/}
<Switch {/* <Switch*/}
edge="start" {/* edge="start"*/}
color="secondary" {/* color="secondary"*/}
onChange={handleSwitch()} {/* onChange={handleSwitch()}*/}
sx={{ {/* sx={{*/}
'& .MuiSwitch-thumb': { {/* '& .MuiSwitch-thumb': {*/}
backgroundColor: 'orange' {/* backgroundColor: 'orange'*/}
}, {/* },*/}
marginLeft: '20px' {/* marginLeft: '20px'*/}
}} {/* }}*/}
/> {/* />*/}
</div> {/*</div>*/}
</Grid> </Grid>
<Grid <Grid