diff options
Diffstat (limited to 'web/app/view/dialog/Server.js')
-rw-r--r-- | web/app/view/dialog/Server.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/web/app/view/dialog/Server.js b/web/app/view/dialog/Server.js index fe4afb27..a39408d5 100644 --- a/web/app/view/dialog/Server.js +++ b/web/app/view/dialog/Server.js @@ -19,7 +19,7 @@ Ext.define('Traccar.view.dialog.Server', { extend: 'Traccar.view.dialog.BaseEdit', requires: [ - 'Traccar.view.CustomComboBox', + 'Traccar.view.ClearableComboBox', 'Traccar.view.dialog.MapPickerController' ], @@ -32,7 +32,7 @@ Ext.define('Traccar.view.dialog.Server', { xtype: 'fieldset', title: Strings.sharedPreferences, items: [{ - xtype: 'customComboBox', + xtype: 'clearableComboBox', name: 'map', fieldLabel: Strings.mapLayer, store: 'MapTypes', @@ -76,7 +76,7 @@ Ext.define('Traccar.view.dialog.Server', { name: 'forceSettings', fieldLabel: Strings.serverForceSettings }, { - xtype: 'customComboBox', + xtype: 'clearableComboBox', name: 'coordinateFormat', fieldLabel: Strings.settingsCoordinateFormat, store: 'CoordinateFormats', |