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:
@@ -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"
|
||||
>
|
||||
|
||||
@@ -46,10 +46,6 @@ const tableColumns = [
|
||||
id: "boot_loader_version",
|
||||
label: "Boot Loader",
|
||||
},
|
||||
{
|
||||
id: "code_data_string",
|
||||
label: "Config",
|
||||
},
|
||||
{
|
||||
id: "fingerprint",
|
||||
label: "Fingerprint",
|
||||
|
||||
Reference in New Issue
Block a user