CEC-3577: fetch T.Rex log from the cloud (#283)

* CEC-3577: fetch T.Rex log from the cloud

* tabs?

* CSS

* smells

* fix smells and warnings

* suggestions
This commit is contained in:
Eduard Voronkin
2023-02-17 14:53:36 -08:00
committed by GitHub
parent f2aa5d00fb
commit 749f1672da
7 changed files with 397 additions and 4 deletions

View File

@@ -17,6 +17,7 @@ import DigitalTwinTab from "./DigitalTwinTab";
import ECUsTab from "./ECUsTab";
import FleetsTab from "./FleetsTab";
import RemoteCommandsTab from "./RemoteCommandsTab";
import TRexLogsTab from "./TRexLogsTab"
const tabHashes = ["details", "updates", "filters"];
@@ -42,6 +43,10 @@ const TabViews = [
label: "CAN Signals",
component: CANSignalsTab,
},
{
label: "T.Rex logs",
component: TRexLogsTab,
},
{
label: "ECUs",
component: ECUsTab,