To hide certain vendors from your platform, you must use the column “tracker_vendor_filter” in the google.paas_settigns table of DB.
The filter works as follows:
The filter works as follows:
- Look in the ‘google.models’ table and note the vendor names in the column ‘vendor’ that you wish to filter
- Edit the filter according to the following syntax:
- Vendor names separated by comma – show only specified trackers
Example:
Teltonika,Queclink,Meitrack
- Vendor names separated by comma with the minus symbol in the beginning – show all vendors except the ones specified
Example:
-Teltonika,Queclink,Meitrack
- “*” symbol to show all trackers
- Vendor names separated by comma – show only specified trackers