diff options
Diffstat (limited to 'web/app/view/DevicesController.js')
-rw-r--r-- | web/app/view/DevicesController.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/app/view/DevicesController.js b/web/app/view/DevicesController.js index 9d426911..51fd3786 100644 --- a/web/app/view/DevicesController.js +++ b/web/app/view/DevicesController.js @@ -22,7 +22,7 @@ Ext.define('Traccar.view.DevicesController', { requires: [ 'Traccar.view.dialog.Command', 'Traccar.view.dialog.Device', - 'Traccar.view.DeviceGeofences', + 'Traccar.view.permissions.DeviceGeofences', 'Traccar.view.BaseWindow', 'Traccar.model.Device', 'Traccar.model.Command' |