From 7925028c138228f369180adbd857f4cd986a6346 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Thu, 15 Oct 2015 14:49:15 +1300 Subject: Refactor some web interface classes --- web/app/view/MainMobile.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'web/app/view/MainMobile.js') 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 }] }); -- cgit v1.2.3