CEC-4350 fix column name (#337)

This commit is contained in:
John Wu
2023-05-19 16:35:53 -07:00
committed by GitHub
parent 5d9ec1986f
commit 2345daf82e
2 changed files with 3 additions and 3 deletions

View File

@@ -47,7 +47,7 @@ const tableColumns = [
label: "Boot Loader", label: "Boot Loader",
}, },
{ {
id: "coding_data_string", id: "code_data_string",
label: "Config", label: "Config",
}, },
{ {

View File

@@ -41,12 +41,12 @@ const ecusData = [
supplier_sw_version: "SUPPLIER_SW_VERSION", supplier_sw_version: "SUPPLIER_SW_VERSION",
serial_number: "SERIAL_NUMBER", serial_number: "SERIAL_NUMBER",
boot_loader_version: "BOOT_LOADER", boot_loader_version: "BOOT_LOADER",
coding_data_string: "CONFIG", code_data_string: "CONFIG",
fingerprint: "FINGERPRINT", fingerprint: "FINGERPRINT",
updated: "2021-07-14T20:09:40.98187Z", updated: "2021-07-14T20:09:40.98187Z",
}, },
{ {
coding_data_string: "CONFIG", code_data_string: "CONFIG",
created: "2021-07-14T20:09:40.98187Z", created: "2021-07-14T20:09:40.98187Z",
ecu: "ECUB", ecu: "ECUB",
hw_version: "HWVERSION", hw_version: "HWVERSION",