button added in the header

This commit is contained in:
Fil Cesana 2020-05-09 08:45:27 +02:00
parent 3ade526ed3
commit 367159e3cf
2 changed files with 12131 additions and 0 deletions

View file

@ -59,9 +59,15 @@ export class MyHeader extends React.Component {
<Grid columns="equal" divided inverted padded> <Grid columns="equal" divided inverted padded>
<Grid.Row color="black" textAlign="center"> <Grid.Row color="black" textAlign="center">
<Grid.Column width={4} height={0.5}> <Grid.Column width={4} height={0.5}>
<Grid.Row>
<Segment color="black" inverted> <Segment color="black" inverted>
<IconHomeImage /> <IconHomeImage />
</Segment> </Segment>
</Grid.Row>
<Divider />
<Grid.Row>
<Button > Similuation Panel </Button>
</Grid.Row>
</Grid.Column> </Grid.Column>
<Grid.Column> <Grid.Column>
<Segment color="black" inverted> <Segment color="black" inverted>
@ -122,6 +128,7 @@ export class MyHeader extends React.Component {
textAlign: "center", textAlign: "center",
}} }}
> >
<Divider />
<Checkbox <Checkbox
label={<label>Share cameras</label>} label={<label>Share cameras</label>}
checked={this.props.cameraEnabled} checked={this.props.cameraEnabled}

12124
smart-hut/yarn.lock Normal file

File diff suppressed because it is too large Load diff