aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/admin/ServerDialog.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/app/view/admin/ServerDialog.js')
-rw-r--r--web/app/view/admin/ServerDialog.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/web/app/view/admin/ServerDialog.js b/web/app/view/admin/ServerDialog.js
index 7e316c8a6..080e2fcc4 100644
--- a/web/app/view/admin/ServerDialog.js
+++ b/web/app/view/admin/ServerDialog.js
@@ -47,6 +47,10 @@ Ext.define('Traccar.view.admin.ServerDialog', {
name: 'bingKey',
fieldLabel: strings.mapBingKey
}, {
+ xtype: 'textfield',
+ name: 'mapUrl',
+ fieldLabel: strings.mapCustom
+ }, {
xtype: 'combobox',
name: 'distanceUnit',
fieldLabel: strings.settingsDistanceUnit,