aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/UsersController.js
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2017-03-29 18:07:14 +1300
committerGitHub <noreply@github.com>2017-03-29 18:07:14 +1300
commitc6a1dc961500b62379b70b8629fc5c8da688db0b (patch)
tree2426a533e16e8928d85b1353af72be6dd4334e75 /web/app/view/UsersController.js
parentf78c547cdda0180a16bf76ddd7395d57dfc49016 (diff)
parent90863dfff06243e062fa4442245aa210eade198c (diff)
downloadetbsa-traccar-web-c6a1dc961500b62379b70b8629fc5c8da688db0b.tar.gz
etbsa-traccar-web-c6a1dc961500b62379b70b8629fc5c8da688db0b.tar.bz2
etbsa-traccar-web-c6a1dc961500b62379b70b8629fc5c8da688db0b.zip
Merge pull request #455 from Abyss777/move_permissions
Move permissions windows to subfolder
Diffstat (limited to 'web/app/view/UsersController.js')
-rw-r--r--web/app/view/UsersController.js10
1 files changed, 5 insertions, 5 deletions
diff --git a/web/app/view/UsersController.js b/web/app/view/UsersController.js
index eaae230..6c44216 100644
--- a/web/app/view/UsersController.js
+++ b/web/app/view/UsersController.js
@@ -22,11 +22,11 @@ Ext.define('Traccar.view.UsersController', {
requires: [
'Traccar.view.dialog.User',
- 'Traccar.view.UserDevices',
- 'Traccar.view.UserGroups',
- 'Traccar.view.UserGeofences',
- 'Traccar.view.UserCalendars',
- 'Traccar.view.UserUsers',
+ 'Traccar.view.permissions.UserDevices',
+ 'Traccar.view.permissions.UserGroups',
+ 'Traccar.view.permissions.UserGeofences',
+ 'Traccar.view.permissions.UserCalendars',
+ 'Traccar.view.permissions.UserUsers',
'Traccar.view.Notifications',
'Traccar.view.BaseWindow',
'Traccar.model.User'