Added System page

This commit is contained in:
John Lyon-Smith
2018-03-26 13:14:07 -07:00
parent ad32653633
commit fb5b6823db
4 changed files with 108 additions and 2 deletions

View File

@@ -33,7 +33,7 @@ export class Home extends Component {
</Row.Item>
<Row.Item width={sizeInfo.panelButtonSpacing} />
<Row.Item>
<PanelButton icon='system' text='System' />
<PanelButton icon='system' text='System' onClick={() => (this.props.history.push('/system'))} />
</Row.Item>
<Row.Item grow />
</Row>