diff options
author | Abyss777 <abyss@fox5.ru> | 2016-09-06 16:31:13 +0500 |
---|---|---|
committer | Abyss777 <abyss@fox5.ru> | 2016-09-06 16:31:13 +0500 |
commit | d7afbb815c7d185df9143f886a7494cb73a69ac1 (patch) | |
tree | ed608dc9e56b1f0b639b60f14bfc104d6a04bedd /web/app/view/ServerDialog.js | |
parent | 68d284f3023d49c0c3ae9879c5c75c9b152eda3b (diff) | |
download | trackermap-server-d7afbb815c7d185df9143f886a7494cb73a69ac1.tar.gz trackermap-server-d7afbb815c7d185df9143f886a7494cb73a69ac1.tar.bz2 trackermap-server-d7afbb815c7d185df9143f886a7494cb73a69ac1.zip |
- Rename ServerDialogController to MapPickerDialogController
- removed getView()
Diffstat (limited to 'web/app/view/ServerDialog.js')
-rw-r--r-- | web/app/view/ServerDialog.js | 4 |
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: { |