aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/SettingsMenuController.js
diff options
context:
space:
mode:
authorAbyss777 <abyss@fox5.ru>2017-03-29 10:59:51 +0500
committerAbyss777 <abyss@fox5.ru>2017-03-29 10:59:51 +0500
commite37d175f5bb0613a9b64bc34368fa14e60bdb800 (patch)
tree77bd639583cb828fbebad1ea719c2218e3abc240 /web/app/view/SettingsMenuController.js
parentc6a1dc961500b62379b70b8629fc5c8da688db0b (diff)
downloadetbsa-traccar-web-e37d175f5bb0613a9b64bc34368fa14e60bdb800.tar.gz
etbsa-traccar-web-e37d175f5bb0613a9b64bc34368fa14e60bdb800.tar.bz2
etbsa-traccar-web-e37d175f5bb0613a9b64bc34368fa14e60bdb800.zip
Move edit windows to edit subdirectory
Diffstat (limited to 'web/app/view/SettingsMenuController.js')
-rw-r--r--web/app/view/SettingsMenuController.js10
1 files changed, 5 insertions, 5 deletions
diff --git a/web/app/view/SettingsMenuController.js b/web/app/view/SettingsMenuController.js
index 8147bbe..e7f5f3b 100644
--- a/web/app/view/SettingsMenuController.js
+++ b/web/app/view/SettingsMenuController.js
@@ -23,14 +23,14 @@ Ext.define('Traccar.view.SettingsMenuController', {
'Traccar.view.dialog.LoginController',
'Traccar.view.dialog.User',
'Traccar.view.dialog.Server',
- 'Traccar.view.Users',
- 'Traccar.view.Groups',
- 'Traccar.view.Geofences',
+ 'Traccar.view.edit.Users',
+ 'Traccar.view.edit.Groups',
+ 'Traccar.view.edit.Geofences',
'Traccar.view.Notifications',
- 'Traccar.view.AttributeAliases',
+ 'Traccar.view.edit.AttributeAliases',
'Traccar.view.Statistics',
'Traccar.view.dialog.DeviceDistance',
- 'Traccar.view.Calendars',
+ 'Traccar.view.edit.Calendars',
'Traccar.view.BaseWindow'
],