aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/ServerDialog.js
diff options
context:
space:
mode:
authorAbyss777 <abyss@fox5.ru>2016-09-06 16:31:13 +0500
committerAbyss777 <abyss@fox5.ru>2016-09-06 16:31:13 +0500
commitd7afbb815c7d185df9143f886a7494cb73a69ac1 (patch)
treeed608dc9e56b1f0b639b60f14bfc104d6a04bedd /web/app/view/ServerDialog.js
parent68d284f3023d49c0c3ae9879c5c75c9b152eda3b (diff)
downloadtraccar-server-d7afbb815c7d185df9143f886a7494cb73a69ac1.tar.gz
traccar-server-d7afbb815c7d185df9143f886a7494cb73a69ac1.tar.bz2
traccar-server-d7afbb815c7d185df9143f886a7494cb73a69ac1.zip
- Rename ServerDialogController to MapPickerDialogController
- removed getView()
Diffstat (limited to 'web/app/view/ServerDialog.js')
-rw-r--r--web/app/view/ServerDialog.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/app/view/ServerDialog.js b/web/app/view/ServerDialog.js
index 40afa4ec3..46c76ffa8 100644
--- a/web/app/view/ServerDialog.js
+++ b/web/app/view/ServerDialog.js
@@ -18,10 +18,10 @@ Ext.define('Traccar.view.ServerDialog', {
extend: 'Traccar.view.BaseEditDialog',
requires: [
- 'Traccar.view.ServerDialogController'
+ 'Traccar.view.MapPickerDialogController'
],
- controller: 'serverEditDialog',
+ controller: 'mapPickerDialog',
title: Strings.serverTitle,
items: {