aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/MainMobile.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/app/view/MainMobile.js')
-rw-r--r--web/app/view/MainMobile.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/app/view/MainMobile.js b/web/app/view/MainMobile.js
index e42fc7f7f..f3d0b6339 100644
--- a/web/app/view/MainMobile.js
+++ b/web/app/view/MainMobile.js
@@ -19,7 +19,7 @@ Ext.define('Traccar.view.MainMobile', {
alias: 'widget.mainMobile',
requires: [
- 'Traccar.view.Device',
+ 'Traccar.view.Devices',
'Traccar.view.State',
'Traccar.view.Map'
],
@@ -43,7 +43,7 @@ Ext.define('Traccar.view.MainMobile', {
flex: 2
}, {
region: 'south',
- xtype: 'deviceView',
+ xtype: 'devicesView',
flex: 1
}]
});