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>
|
</svg>
|
||||||
</span>
|
</span>
|
||||||
</th>
|
</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
|
<th
|
||||||
class="MuiTableCell-root MuiTableCell-head MuiTableCell-alignCenter"
|
class="MuiTableCell-root MuiTableCell-head MuiTableCell-alignCenter"
|
||||||
scope="col"
|
scope="col"
|
||||||
@@ -342,16 +319,6 @@ exports[`ECUsTab Render 1`] = `
|
|||||||
BOOT_LOADER
|
BOOT_LOADER
|
||||||
</span>
|
</span>
|
||||||
</td>
|
</td>
|
||||||
<td
|
|
||||||
class="MuiTableCell-root MuiTableCell-body makeStyles-limitWidthTableCell-0 MuiTableCell-alignCenter"
|
|
||||||
>
|
|
||||||
<span
|
|
||||||
class=""
|
|
||||||
title="CONFIG"
|
|
||||||
>
|
|
||||||
CONFIG
|
|
||||||
</span>
|
|
||||||
</td>
|
|
||||||
<td
|
<td
|
||||||
class="MuiTableCell-root MuiTableCell-body makeStyles-limitWidthTableCell-0 MuiTableCell-alignCenter"
|
class="MuiTableCell-root MuiTableCell-body makeStyles-limitWidthTableCell-0 MuiTableCell-alignCenter"
|
||||||
>
|
>
|
||||||
@@ -433,16 +400,6 @@ exports[`ECUsTab Render 1`] = `
|
|||||||
title="none"
|
title="none"
|
||||||
/>
|
/>
|
||||||
</td>
|
</td>
|
||||||
<td
|
|
||||||
class="MuiTableCell-root MuiTableCell-body makeStyles-limitWidthTableCell-0 MuiTableCell-alignCenter"
|
|
||||||
>
|
|
||||||
<span
|
|
||||||
class=""
|
|
||||||
title="CONFIG"
|
|
||||||
>
|
|
||||||
CONFIG
|
|
||||||
</span>
|
|
||||||
</td>
|
|
||||||
<td
|
<td
|
||||||
class="MuiTableCell-root MuiTableCell-body makeStyles-limitWidthTableCell-0 MuiTableCell-alignCenter"
|
class="MuiTableCell-root MuiTableCell-body makeStyles-limitWidthTableCell-0 MuiTableCell-alignCenter"
|
||||||
>
|
>
|
||||||
|
|||||||
@@ -46,10 +46,6 @@ const tableColumns = [
|
|||||||
id: "boot_loader_version",
|
id: "boot_loader_version",
|
||||||
label: "Boot Loader",
|
label: "Boot Loader",
|
||||||
},
|
},
|
||||||
{
|
|
||||||
id: "code_data_string",
|
|
||||||
label: "Config",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "fingerprint",
|
id: "fingerprint",
|
||||||
label: "Fingerprint",
|
label: "Fingerprint",
|
||||||
|
|||||||
Reference in New Issue
Block a user