From 7549a78f785edf092099b42a015e4e556bb480b9 Mon Sep 17 00:00:00 2001 From: Abyss777 Date: Fri, 30 Dec 2016 13:51:02 +0500 Subject: Add option to not show report markers --- web/app/view/ReportConfigDialog.js | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'web/app/view/ReportConfigDialog.js') diff --git a/web/app/view/ReportConfigDialog.js b/web/app/view/ReportConfigDialog.js index d9cf847..8d42334 100644 --- a/web/app/view/ReportConfigDialog.js +++ b/web/app/view/ReportConfigDialog.js @@ -66,6 +66,13 @@ Ext.define('Traccar.view.ReportConfigDialog', { valueField: 'key', displayField: 'name', queryMode: 'local' + }, { + fieldLabel: Strings.reportShowMarkers, + xtype: 'checkbox', + reference: 'showMarkersField', + inputValue: true, + uncheckedValue: false, + value: true }, { xtype: 'fieldcontainer', layout: 'hbox', -- cgit v1.2.3