aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/MainMobile.js
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2016-11-04 08:11:21 +1300
committerAnton Tananaev <anton.tananaev@gmail.com>2016-11-04 08:11:21 +1300
commit71a4c8994d3e3c6234791208abc369bab7984fa2 (patch)
treee3951ae7c8500510d63edd314c163f9d9612c6d5 /web/app/view/MainMobile.js
parent41e50383671843823a9c41d11b02a8cd9165e0b0 (diff)
downloadetbsa-traccar-web-71a4c8994d3e3c6234791208abc369bab7984fa2.tar.gz
etbsa-traccar-web-71a4c8994d3e3c6234791208abc369bab7984fa2.tar.bz2
etbsa-traccar-web-71a4c8994d3e3c6234791208abc369bab7984fa2.zip
Adjust mobile layout
Diffstat (limited to 'web/app/view/MainMobile.js')
-rw-r--r--web/app/view/MainMobile.js2
1 files changed, 2 insertions, 0 deletions
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
}]
});