CEC-4474 - Portal: Car ECU Data Improvements (#448)

This commit is contained in:
Paul Adamsen
2023-09-14 20:33:49 -04:00
committed by GitHub
parent d3541633e0
commit 9f16e1ebf5
2 changed files with 102 additions and 16 deletions

View File

@@ -163,7 +163,7 @@ exports[`ECUsTab Render 1`] = `
role="button"
tabindex="0"
>
SW Version
Flashpack Number
<svg
aria-hidden="true"
class="MuiSvgIcon-root MuiTableSortLabel-icon MuiTableSortLabel-iconDirectionAsc"
@@ -186,7 +186,7 @@ exports[`ECUsTab Render 1`] = `
role="button"
tabindex="0"
>
HW Version
SW Version (F188)
<svg
aria-hidden="true"
class="MuiSvgIcon-root MuiTableSortLabel-icon MuiTableSortLabel-iconDirectionAsc"
@@ -209,7 +209,7 @@ exports[`ECUsTab Render 1`] = `
role="button"
tabindex="0"
>
Vendor
HW Version (F191)
<svg
aria-hidden="true"
class="MuiSvgIcon-root MuiTableSortLabel-icon MuiTableSortLabel-iconDirectionAsc"
@@ -232,7 +232,7 @@ exports[`ECUsTab Render 1`] = `
role="button"
tabindex="0"
>
Supplier Version
Vendor (F18A)
<svg
aria-hidden="true"
class="MuiSvgIcon-root MuiTableSortLabel-icon MuiTableSortLabel-iconDirectionAsc"
@@ -255,7 +255,7 @@ exports[`ECUsTab Render 1`] = `
role="button"
tabindex="0"
>
Serial
Supplier Version (F195)
<svg
aria-hidden="true"
class="MuiSvgIcon-root MuiTableSortLabel-icon MuiTableSortLabel-iconDirectionAsc"
@@ -278,7 +278,7 @@ exports[`ECUsTab Render 1`] = `
role="button"
tabindex="0"
>
Boot Loader
Serial (F18C)
<svg
aria-hidden="true"
class="MuiSvgIcon-root MuiTableSortLabel-icon MuiTableSortLabel-iconDirectionAsc"
@@ -301,7 +301,7 @@ exports[`ECUsTab Render 1`] = `
role="button"
tabindex="0"
>
Config
Boot Loader (F183)
<svg
aria-hidden="true"
class="MuiSvgIcon-root MuiTableSortLabel-icon MuiTableSortLabel-iconDirectionAsc"
@@ -324,7 +324,53 @@ exports[`ECUsTab Render 1`] = `
role="button"
tabindex="0"
>
Fingerprint
Config (F108)
<svg
aria-hidden="true"
class="MuiSvgIcon-root MuiTableSortLabel-icon MuiTableSortLabel-iconDirectionAsc"
focusable="false"
viewBox="0 0 24 24"
>
<path
d="M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"
/>
</svg>
</span>
</th>
<th
class="MuiTableCell-root MuiTableCell-head MuiTableCell-alignCenter"
scope="col"
>
<span
aria-disabled="false"
class="MuiButtonBase-root MuiTableSortLabel-root"
role="button"
tabindex="0"
>
Fingerprint (F184)
<svg
aria-hidden="true"
class="MuiSvgIcon-root MuiTableSortLabel-icon MuiTableSortLabel-iconDirectionAsc"
focusable="false"
viewBox="0 0 24 24"
>
<path
d="M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"
/>
</svg>
</span>
</th>
<th
class="MuiTableCell-root MuiTableCell-head MuiTableCell-alignCenter"
scope="col"
>
<span
aria-disabled="false"
class="MuiButtonBase-root MuiTableSortLabel-root"
role="button"
tabindex="0"
>
ASSY Number (F187)
<svg
aria-hidden="true"
class="MuiSvgIcon-root MuiTableSortLabel-icon MuiTableSortLabel-iconDirectionAsc"
@@ -401,6 +447,14 @@ exports[`ECUsTab Render 1`] = `
ECUA
</span>
</td>
<td
class="MuiTableCell-root MuiTableCell-body makeStyles-limitWidthTableCell-0 MuiTableCell-alignCenter"
>
<span
class=""
title="none"
/>
</td>
<td
class="MuiTableCell-root MuiTableCell-body makeStyles-limitWidthTableCell-0 MuiTableCell-alignCenter"
>
@@ -481,6 +535,14 @@ exports[`ECUsTab Render 1`] = `
FINGERPRINT
</span>
</td>
<td
class="MuiTableCell-root MuiTableCell-body makeStyles-limitWidthTableCell-0 MuiTableCell-alignCenter"
>
<span
class=""
title="none"
/>
</td>
<td
class="MuiTableCell-root MuiTableCell-body MuiTableCell-alignCenter"
>
@@ -508,6 +570,14 @@ exports[`ECUsTab Render 1`] = `
ECUB
</span>
</td>
<td
class="MuiTableCell-root MuiTableCell-body makeStyles-limitWidthTableCell-0 MuiTableCell-alignCenter"
>
<span
class=""
title="none"
/>
</td>
<td
class="MuiTableCell-root MuiTableCell-body makeStyles-limitWidthTableCell-0 MuiTableCell-alignCenter"
>
@@ -578,6 +648,14 @@ exports[`ECUsTab Render 1`] = `
title="none"
/>
</td>
<td
class="MuiTableCell-root MuiTableCell-body makeStyles-limitWidthTableCell-0 MuiTableCell-alignCenter"
>
<span
class=""
title="none"
/>
</td>
<td
class="MuiTableCell-root MuiTableCell-body MuiTableCell-alignCenter"
>

View File

@@ -22,37 +22,45 @@ const tableColumns = [
id: "ecu",
label: "ECU",
},
{
id: "flashpack_number",
label: "Flashpack Number",
},
{
id: "sw_version",
label: "SW Version",
label: "SW Version (F188)",
},
{
id: "hw_version",
label: "HW Version",
label: "HW Version (F191)",
},
{
id: "vendor",
label: "Vendor",
label: "Vendor (F18A)",
},
{
id: "supplier_sw_version",
label: "Supplier Version",
label: "Supplier Version (F195)",
},
{
id: "serial_number",
label: "Serial",
label: "Serial (F18C)",
},
{
id: "boot_loader_version",
label: "Boot Loader",
label: "Boot Loader (F183)",
},
{
id: "code_data_string",
label: "Config",
label: "Config (F108)",
},
{
id: "fingerprint",
label: "Fingerprint",
label: "Fingerprint (F184)",
},
{
id: "assy_number",
label: "ASSY Number (F187)",
},
{
id: "updated_at",