diff --git a/src/components/CANFilter/Table/__snapshots__/index.test.jsx.snap b/src/components/CANFilter/Table/__snapshots__/index.test.jsx.snap
index cee527c..7c01ca1 100644
--- a/src/components/CANFilter/Table/__snapshots__/index.test.jsx.snap
+++ b/src/components/CANFilter/Table/__snapshots__/index.test.jsx.snap
@@ -149,6 +149,29 @@ exports[`CANFiltersTable Render 1`] = `
+
+
+ Fleet
+
+
+ |
1000
+ |
+
+ |
@@ -226,6 +256,13 @@ exports[`CANFiltersTable Render 1`] = `
>
2000
|
+
+
+ |
@@ -279,6 +316,13 @@ exports[`CANFiltersTable Render 1`] = `
>
0
|
+
+
+ |
diff --git a/src/components/CANFilter/Table/index.jsx b/src/components/CANFilter/Table/index.jsx
index c4fe4a2..61b2a7a 100644
--- a/src/components/CANFilter/Table/index.jsx
+++ b/src/components/CANFilter/Table/index.jsx
@@ -39,6 +39,10 @@ const tableColumns = [
id: "interval",
label: "Interval (ms)"
},
+ {
+ id: "fleet",
+ label: "Fleet"
+ },
{
id: "",
label: "Actions"
@@ -178,6 +182,9 @@ const MainForm = ({ vin }) => {
{row.can_id}
{row.interval}
+
+ {row.fleet}
+
{Actions(row)}
))}
diff --git a/src/components/Cars/Status/__snapshots__/CANFiltersTab.test.jsx.snap b/src/components/Cars/Status/__snapshots__/CANFiltersTab.test.jsx.snap
index 5aca30a..bf2a936 100644
--- a/src/components/Cars/Status/__snapshots__/CANFiltersTab.test.jsx.snap
+++ b/src/components/Cars/Status/__snapshots__/CANFiltersTab.test.jsx.snap
@@ -148,6 +148,29 @@ exports[`CANFiltersTab Render 1`] = `
+ |
+
+ Fleet
+
+
+ |
1000
+ |
+
+ |
@@ -225,6 +255,13 @@ exports[`CANFiltersTab Render 1`] = `
>
2000
|
+
+
+ |
@@ -278,6 +315,13 @@ exports[`CANFiltersTab Render 1`] = `
>
0
|
+
+
+ |
|