CEC-3943-display-ecu-vin-timeline (#303)
* first push * fix test * Fix test * resolve comments * fix undefined * align items and change search field * fix dates * resolve comments * fix lint * fix test --------- Co-authored-by: jwu-fisker <jwu@fiskerinc.com>
This commit is contained in:
@@ -19,6 +19,7 @@ import ECUsTab from "./ECUsTab";
|
||||
import FleetsTab from "./FleetsTab";
|
||||
import RemoteCommandsTab from "./RemoteCommandsTab";
|
||||
import TRexLogsTab from "./TRexLogsTab";
|
||||
import DTCTimeline from "../../DTCTimeline/DTCTimeline";
|
||||
|
||||
const tabHashes = ["details", "updates", "filters"];
|
||||
|
||||
@@ -72,7 +73,13 @@ const TabViews = [
|
||||
label: "CAN Signal Export",
|
||||
component: SelfServeTab,
|
||||
rolesPerProvider: Permissions.FiskerRead,
|
||||
},
|
||||
{
|
||||
label: "DTC Timeline",
|
||||
component: DTCTimeline,
|
||||
rolesPerProvider: Permissions.FiskerMagnaRead,
|
||||
}
|
||||
|
||||
];
|
||||
|
||||
const filterTabs = (data, groups, providers) => {
|
||||
|
||||
Reference in New Issue
Block a user