aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/DevicesController.js
diff options
context:
space:
mode:
authorAbyss777 <abyss@fox5.ru>2016-08-31 10:16:29 +0500
committerAbyss777 <abyss@fox5.ru>2016-08-31 10:16:29 +0500
commit80fc64fb46255c40729fa78e730a19cc9e5203cd (patch)
tree6da0d930f04a1db1fa0ab71d6faa03f36c5f1073 /web/app/view/DevicesController.js
parent08348a1ccf66803cad85116b62019e3090f07eda (diff)
downloadtraccar-server-80fc64fb46255c40729fa78e730a19cc9e5203cd.tar.gz
traccar-server-80fc64fb46255c40729fa78e730a19cc9e5203cd.tar.bz2
traccar-server-80fc64fb46255c40729fa78e730a19cc9e5203cd.zip
Added other missed imports
Diffstat (limited to 'web/app/view/DevicesController.js')
-rw-r--r--web/app/view/DevicesController.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/web/app/view/DevicesController.js b/web/app/view/DevicesController.js
index 8058db376..17f98629f 100644
--- a/web/app/view/DevicesController.js
+++ b/web/app/view/DevicesController.js
@@ -21,7 +21,10 @@ Ext.define('Traccar.view.DevicesController', {
requires: [
'Traccar.view.CommandDialog',
'Traccar.view.DeviceDialog',
- 'Traccar.view.DeviceGeofences'
+ 'Traccar.view.DeviceGeofences',
+ 'Traccar.view.BaseWindow',
+ 'Traccar.model.Device',
+ 'Traccar.model.Command'
],
config: {