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'
}}
>
<div>
<Typography sx={{ marginTop: '5px', marginRight: '20px' }}>
Display Values
</Typography>
<Switch
edge="start"
color="secondary"
onChange={handleSwitch()}
sx={{
'& .MuiSwitch-thumb': {
backgroundColor: 'orange'
},
marginLeft: '20px'
}}
/>
</div>
{/*<div>*/}
{/* <Typography sx={{ marginTop: '5px', marginRight: '20px' }}>*/}
{/* Display Values*/}
{/* </Typography>*/}
{/* <Switch*/}
{/* edge="start"*/}
{/* color="secondary"*/}
{/* onChange={handleSwitch()}*/}
{/* sx={{*/}
{/* '& .MuiSwitch-thumb': {*/}
{/* backgroundColor: 'orange'*/}
{/* },*/}
{/* marginLeft: '20px'*/}
{/* }}*/}
{/* />*/}
{/*</div>*/}
</Grid>
<Grid