CEC-381 Install messages and update styling (#76)
* Styling * Handle install messages * Update progress * Display download and install status
This commit is contained in:
@@ -56,16 +56,18 @@ const MainForm = () => {
|
||||
return (
|
||||
<div className={classes.paper} style={{ height: 700, width: "100%" }}>
|
||||
<Grid container className={classes.root} spacing={2}>
|
||||
<Grid item md={6}>
|
||||
<Link to="/vehicle-add" className={classes.labelInline}>
|
||||
<Grid item md={4} style={{ textAlign: "justify" }}>
|
||||
<Link to="/vehicle-add">
|
||||
<AddCircleIcon fontSize="large" />
|
||||
</Link>
|
||||
<SearchField classes={classes} onSearch={handleSearch} />
|
||||
<div
|
||||
className={classes.labelInline}
|
||||
>{`${selected.length} Selected`}</div>
|
||||
</Grid>
|
||||
<Grid item md={6} style={{ textAlign: "right" }}>
|
||||
<Grid item md={4} style={{ textAlign: "center" }}>
|
||||
<SearchField classes={classes} onSearch={handleSearch} />
|
||||
</Grid>
|
||||
<Grid item md={4} style={{ textAlign: "right" }}>
|
||||
<SendCommand vins={selected} style={{ display: "flex" }} />
|
||||
</Grid>
|
||||
</Grid>
|
||||
|
||||
Reference in New Issue
Block a user