Move `boot sequence` selector to below firmware selection.

pull/1492/head
Rick Carlino 2019-10-01 10:15:24 -05:00
parent e03dc38160
commit 8300086835
1 changed files with 10 additions and 10 deletions

View File

@ -95,16 +95,6 @@ export class FarmbotOsSettings
value={this.props.deviceAccount.body.name} />
</Col>
</Row>
<Row>
<Col xs={ColWidth.label}>
<label>
{t("BOOT SEQUENCE")}
</label>
</Col>
<Col xs={9}>
<BootSequenceSelector />
</Col>
</Row>
<Row>
<Col xs={ColWidth.label}>
<label>
@ -160,6 +150,16 @@ export class FarmbotOsSettings
shouldDisplay={this.props.shouldDisplay}
timeSettings={this.props.timeSettings}
sourceFbosConfig={sourceFbosConfig} />
<Row>
<Col xs={ColWidth.label}>
<label>
{t("BOOT SEQUENCE")}
</label>
</Col>
<Col xs={7}>
<BootSequenceSelector />
</Col>
</Row>
<PowerAndReset
controlPanelState={this.props.bot.controlPanelState}
dispatch={this.props.dispatch}