aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/DeviceController.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/app/view/DeviceController.js')
-rw-r--r--web/app/view/DeviceController.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/app/view/DeviceController.js b/web/app/view/DeviceController.js
index e315d6f8d..d714d89d4 100644
--- a/web/app/view/DeviceController.js
+++ b/web/app/view/DeviceController.js
@@ -23,7 +23,7 @@ Ext.define('Traccar.view.DeviceController', {
'Traccar.view.DeviceDialog',
'Traccar.view.user.UserDialog',
'Traccar.view.user.User',
- 'Traccar.view.login.LoginController'
+ 'Traccar.view.LoginController'
],
config: {
@@ -44,7 +44,7 @@ Ext.define('Traccar.view.DeviceController', {
},
onLogoutClick: function() {
- Ext.create('Traccar.view.login.LoginController').logout();
+ Ext.create('Traccar.view.LoginController').logout();
},
onAddClick: function() {