From f2377d9ed7119d5527bc6c2d6f742bef5cebd5af Mon Sep 17 00:00:00 2001 From: John Wu <76966357+jwu-fisker@users.noreply.github.com> Date: Fri, 9 Jun 2023 08:57:06 -0700 Subject: [PATCH] Revert "Removed 'Config' column as asked in the Jira ticket CEC-3509. (#352)" (#354) This reverts commit 8b73be55c51dad8f09b8174c5e9027a10d23fc71. --- .../__snapshots__/ECUsTab.test.jsx.snap | 43 +++++++++++++++++++ .../Controls/CarECUsTable/index.jsx | 4 ++ 2 files changed, 47 insertions(+) diff --git a/src/components/Cars/Status/__snapshots__/ECUsTab.test.jsx.snap b/src/components/Cars/Status/__snapshots__/ECUsTab.test.jsx.snap index 36478a0..8ec2646 100644 --- a/src/components/Cars/Status/__snapshots__/ECUsTab.test.jsx.snap +++ b/src/components/Cars/Status/__snapshots__/ECUsTab.test.jsx.snap @@ -195,6 +195,29 @@ exports[`ECUsTab Render 1`] = ` + + + Config + + + + + + CONFIG + + @@ -400,6 +433,16 @@ exports[`ECUsTab Render 1`] = ` title="none" /> + + + CONFIG + + diff --git a/src/components/Controls/CarECUsTable/index.jsx b/src/components/Controls/CarECUsTable/index.jsx index 7bdb4e9..95d9b29 100644 --- a/src/components/Controls/CarECUsTable/index.jsx +++ b/src/components/Controls/CarECUsTable/index.jsx @@ -46,6 +46,10 @@ const tableColumns = [ id: "boot_loader_version", label: "Boot Loader", }, + { + id: "code_data_string", + label: "Config", + }, { id: "fingerprint", label: "Fingerprint",