CEC-6085 - Add search bar to TREX logs
This commit is contained in:
@@ -175,7 +175,7 @@ const vehiclesAPI = {
|
||||
getCANSignals: async (vin, vehicle) => {
|
||||
return signals;
|
||||
},
|
||||
getTRexLogs: async (vin, date, offset, count, direction, token) => {
|
||||
getTRexLogs: async (vin, search, date, offset, count, direction, token) => {
|
||||
return trexLogs;
|
||||
},
|
||||
getVersionLog: async (vin) => ({
|
||||
|
||||
Reference in New Issue
Block a user