removed Display Values toggle for Sinexcel Live View
This commit is contained in:
parent
66f88e68fb
commit
15201ecccb
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue