diff options
Diffstat (limited to 'web/app/view/MainMobile.js')
-rw-r--r-- | web/app/view/MainMobile.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/app/view/MainMobile.js b/web/app/view/MainMobile.js index b0d4223b..3fdcb4f2 100644 --- a/web/app/view/MainMobile.js +++ b/web/app/view/MainMobile.js @@ -22,7 +22,7 @@ Ext.define('Traccar.view.MainMobile', { id: 'rootPanel', requires: [ - 'Traccar.view.Devices', + 'Traccar.view.edit.Devices', 'Traccar.view.State', 'Traccar.view.Report', 'Traccar.view.map.Map' |