diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2016-08-27 11:18:44 +1200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-27 11:18:44 +1200 |
commit | a2b84d023a847f52bf47d29faa843523ae4ac58a (patch) | |
tree | 6844f2281b5466a4b8488edcae75d3af2b53a41a /web/app/view/Report.js | |
parent | be87d85bd1ebb767817a268d576b5fb48fc361d8 (diff) | |
parent | 557c4214ae6ea8663f3f85cfa5652411aaa1ea09 (diff) | |
download | trackermap-server-a2b84d023a847f52bf47d29faa843523ae4ac58a.tar.gz trackermap-server-a2b84d023a847f52bf47d29faa843523ae4ac58a.tar.bz2 trackermap-server-a2b84d023a847f52bf47d29faa843523ae4ac58a.zip |
Merge pull request #2254 from Abyss777/reports_web2
Colour 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', |