From 8b73be55c51dad8f09b8174c5e9027a10d23fc71 Mon Sep 17 00:00:00 2001 From: upfisker <135734425+upfisker@users.noreply.github.com> Date: Thu, 8 Jun 2023 16:16:05 -0700 Subject: [PATCH] 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). --- .../__snapshots__/ECUsTab.test.jsx.snap | 43 ------------------- .../Controls/CarECUsTable/index.jsx | 4 -- 2 files changed, 47 deletions(-) diff --git a/src/components/Cars/Status/__snapshots__/ECUsTab.test.jsx.snap b/src/components/Cars/Status/__snapshots__/ECUsTab.test.jsx.snap index 8ec2646..36478a0 100644 --- a/src/components/Cars/Status/__snapshots__/ECUsTab.test.jsx.snap +++ b/src/components/Cars/Status/__snapshots__/ECUsTab.test.jsx.snap @@ -195,29 +195,6 @@ exports[`ECUsTab Render 1`] = ` - - - Config - - - - - - CONFIG - - @@ -433,16 +400,6 @@ exports[`ECUsTab Render 1`] = ` title="none" /> - - - CONFIG - - diff --git a/src/components/Controls/CarECUsTable/index.jsx b/src/components/Controls/CarECUsTable/index.jsx index 95d9b29..7bdb4e9 100644 --- a/src/components/Controls/CarECUsTable/index.jsx +++ b/src/components/Controls/CarECUsTable/index.jsx @@ -46,10 +46,6 @@ const tableColumns = [ id: "boot_loader_version", label: "Boot Loader", }, - { - id: "code_data_string", - label: "Config", - }, { id: "fingerprint", label: "Fingerprint",