From 4966403aab46912dd29b8385b6050e95c47c295f Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Sat, 8 Oct 2016 17:17:27 +1300 Subject: Add various coordinate formats --- web/app/view/UserDialog.js | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'web/app/view/UserDialog.js') diff --git a/web/app/view/UserDialog.js b/web/app/view/UserDialog.js index f717da7..196032f 100644 --- a/web/app/view/UserDialog.js +++ b/web/app/view/UserDialog.js @@ -102,6 +102,14 @@ Ext.define('Traccar.view.UserDialog', { name: 'twelveHourFormat', fieldLabel: Strings.settingsTwelveHourFormat, allowBlank: false + }, { + xtype: 'combobox', + name: 'coordinateFormat', + fieldLabel: Strings.settingsCoordinateFormat, + store: 'CoordinateFormats', + displayField: 'name', + valueField: 'key', + editable: false }] }, -- cgit v1.2.3