CEC-624 Display update status info and ECU (#108)
This commit is contained in:
@@ -24,6 +24,10 @@ const tableColumns = [
|
||||
id: "status",
|
||||
label: "Status",
|
||||
},
|
||||
{
|
||||
id: "info",
|
||||
label: "Info",
|
||||
},
|
||||
{
|
||||
id: "error_code",
|
||||
label: "Error",
|
||||
@@ -106,6 +110,7 @@ const CarUpdateStatusTable = ({ carupdateid, token }) => {
|
||||
{LocalDateTimeString(row.created)}
|
||||
</TableCell>
|
||||
<TableCell align="center">{row.status}</TableCell>
|
||||
<TableCell align="center">{row.info}</TableCell>
|
||||
<TableCell align="center">{row.error}</TableCell>
|
||||
</TableRow>
|
||||
))}
|
||||
|
||||
Reference in New Issue
Block a user