diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2017-09-06 23:56:08 +1200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-06 23:56:08 +1200 |
commit | 019fccd1bd4a123fe93228462b33f14889b23394 (patch) | |
tree | 5323e6bed0fcf18caa4847b47a2acecc9b060198 /web/app/view/dialog/User.js | |
parent | f819f04cc8fbc85c299ca647707364a2436d8987 (diff) | |
parent | ae877a48698f28beae82753feae9b4a8e0993ca2 (diff) | |
download | trackermap-web-019fccd1bd4a123fe93228462b33f14889b23394.tar.gz trackermap-web-019fccd1bd4a123fe93228462b33f14889b23394.tar.bz2 trackermap-web-019fccd1bd4a123fe93228462b33f14889b23394.zip |
Merge pull request #573 from Abyss777/units_attributes
Move units to attributes and add volume units
Diffstat (limited to 'web/app/view/dialog/User.js')
-rw-r--r-- | web/app/view/dialog/User.js | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/web/app/view/dialog/User.js b/web/app/view/dialog/User.js index 344a8f6d..f646d493 100644 --- a/web/app/view/dialog/User.js +++ b/web/app/view/dialog/User.js @@ -64,22 +64,6 @@ Ext.define('Traccar.view.dialog.User', { valueField: 'key', editable: false }, { - xtype: 'combobox', - name: 'distanceUnit', - fieldLabel: Strings.sharedDistance, - store: 'DistanceUnits', - displayField: 'name', - valueField: 'key', - editable: false - }, { - xtype: 'combobox', - name: 'speedUnit', - fieldLabel: Strings.settingsSpeedUnit, - store: 'SpeedUnits', - displayField: 'name', - valueField: 'key', - editable: false - }, { xtype: 'numberfield', reference: 'latitude', name: 'latitude', @@ -111,14 +95,6 @@ Ext.define('Traccar.view.dialog.User', { displayField: 'name', valueField: 'key', editable: false - }, { - xtype: 'combobox', - name: 'timezone', - fieldLabel: Strings.sharedTimezone, - store: 'AllTimezones', - queryMode: 'local', - displayField: 'key', - editable: false }] }, { xtype: 'fieldset', |