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

* Removed 'Config' column as asked in the Jira ticket CEC-3509.

* Updating snapshot (since UI is changed).
This commit is contained in:
upfisker
2023-06-08 16:16:05 -07:00
committed by GitHub
parent 5a8b847641
commit 8b73be55c5
2 changed files with 0 additions and 47 deletions

View File

@@ -195,29 +195,6 @@ 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"
@@ -342,16 +319,6 @@ 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"
>
@@ -433,16 +400,6 @@ 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,10 +46,6 @@ const tableColumns = [
id: "boot_loader_version",
label: "Boot Loader",
},
{
id: "code_data_string",
label: "Config",
},
{
id: "fingerprint",
label: "Fingerprint",