From 71a4c8994d3e3c6234791208abc369bab7984fa2 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Fri, 4 Nov 2016 08:11:21 +1300 Subject: Adjust mobile layout --- web/app/view/MainMobile.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'web') diff --git a/web/app/view/MainMobile.js b/web/app/view/MainMobile.js index 4e278ac..0e302aa 100644 --- a/web/app/view/MainMobile.js +++ b/web/app/view/MainMobile.js @@ -36,6 +36,7 @@ Ext.define('Traccar.view.MainMobile', { items: [{ region: 'east', xtype: 'stateView', + title: Strings.stateTitle, flex: 4, collapsed: true, titleCollapse: true, @@ -48,6 +49,7 @@ Ext.define('Traccar.view.MainMobile', { }, { region: 'south', xtype: 'devicesView', + title: Strings.deviceTitle, flex: 1 }] }); -- cgit v1.2.3