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'
|
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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue