From 3cb5cca4b8db07fa477b23c711916307ff7db427 Mon Sep 17 00:00:00 2001 From: Abyss777 Date: Thu, 25 Aug 2016 16:18:12 +0500 Subject: - Enabled multiple devices for reports - Used different colors for routes of different devices --- web/app/view/Report.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'web/app/view/Report.js') diff --git a/web/app/view/Report.js b/web/app/view/Report.js index 7bcfdcb52..9c1d635f7 100644 --- a/web/app/view/Report.js +++ b/web/app/view/Report.js @@ -44,12 +44,11 @@ Ext.define('Traccar.view.Report', { xtype: 'tbtext', html: Strings.reportDevice }, { - xtype: 'combobox', + xtype: 'tagfield', reference: 'deviceField', store: 'Devices', valueField: 'id', displayField: 'name', - typeAhead: true, queryMode: 'local' }, '-', { xtype: 'tbtext', -- cgit v1.2.3