diff options
Diffstat (limited to 'web/app/view/MainMobile.js')
-rw-r--r-- | web/app/view/MainMobile.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/app/view/MainMobile.js b/web/app/view/MainMobile.js index 2659e2fb..347db315 100644 --- a/web/app/view/MainMobile.js +++ b/web/app/view/MainMobile.js @@ -24,6 +24,7 @@ Ext.define('Traccar.view.MainMobile', { requires: [ 'Traccar.view.Devices', 'Traccar.view.State', + 'Traccar.view.Report', 'Traccar.view.Map' ], |