CEC-371 Update car ECUs display (#78)

* Clean up className styles
Update car status page to show update and ECUs

* Add update ecu version button
Show all ECUs on car status page
Only show car ecus for search
This commit is contained in:
John Wu
2021-08-18 09:14:13 -07:00
committed by GitHub
parent 3e66959521
commit d1815e2ff9
20 changed files with 1169 additions and 299 deletions

View File

@@ -11,6 +11,7 @@ import {
TablePagination,
TableRow,
} from "@material-ui/core";
import clsx from "clsx";
import {
ManifestsProvider,
@@ -119,7 +120,7 @@ const MainForm = () => {
};
return (
<div className={`${classes.paper} ${classes.tableSize}`}>
<div className={clsx(classes.paper, classes.tableSize)}>
<Table>
<TableHead>
<TableRow>