Revert "Removed 'Config' column as asked in the Jira ticket CEC-3509. (#352)" (#354)

This reverts commit 8b73be55c5.
This commit is contained in:
John Wu
2023-06-09 08:57:06 -07:00
committed by GitHub
parent 8b73be55c5
commit f2377d9ed7
2 changed files with 47 additions and 0 deletions

View File

@@ -195,6 +195,29 @@ exports[`ECUsTab Render 1`] = `
</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"
>
Config
<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"
@@ -319,6 +342,16 @@ exports[`ECUsTab Render 1`] = `
BOOT_LOADER
</span>
</td>
<td
class="MuiTableCell-root MuiTableCell-body makeStyles-limitWidthTableCell-0 MuiTableCell-alignCenter"
>
<span
class=""
title="CONFIG"
>
CONFIG
</span>
</td>
<td
class="MuiTableCell-root MuiTableCell-body makeStyles-limitWidthTableCell-0 MuiTableCell-alignCenter"
>
@@ -400,6 +433,16 @@ exports[`ECUsTab Render 1`] = `
title="none"
/>
</td>
<td
class="MuiTableCell-root MuiTableCell-body makeStyles-limitWidthTableCell-0 MuiTableCell-alignCenter"
>
<span
class=""
title="CONFIG"
>
CONFIG
</span>
</td>
<td
class="MuiTableCell-root MuiTableCell-body makeStyles-limitWidthTableCell-0 MuiTableCell-alignCenter"
>

View File

@@ -46,6 +46,10 @@ const tableColumns = [
id: "boot_loader_version",
label: "Boot Loader",
},
{
id: "code_data_string",
label: "Config",
},
{
id: "fingerprint",
label: "Fingerprint",