diff options
author | Abyss777 <abyss@fox5.ru> | 2016-08-25 16:18:12 +0500 |
---|---|---|
committer | Abyss777 <abyss@fox5.ru> | 2016-08-25 16:25:26 +0500 |
commit | 3cb5cca4b8db07fa477b23c711916307ff7db427 (patch) | |
tree | 94b7a4936a2f1ef860f60b636b7296cea74c1cd2 /web/app/view/Report.js | |
parent | 0a98a11fce24cde2904cadcfee3a0c9ac0044fe7 (diff) | |
download | trackermap-server-3cb5cca4b8db07fa477b23c711916307ff7db427.tar.gz trackermap-server-3cb5cca4b8db07fa477b23c711916307ff7db427.tar.bz2 trackermap-server-3cb5cca4b8db07fa477b23c711916307ff7db427.zip |
- Enabled multiple devices for reports
- Used different colors for routes of different devices
Diffstat (limited to 'web/app/view/Report.js')
-rw-r--r-- | web/app/view/Report.js | 3 |
1 files changed, 1 insertions, 2 deletions
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', |