diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2016-11-04 08:11:21 +1300 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2016-11-04 08:11:21 +1300 |
commit | 71a4c8994d3e3c6234791208abc369bab7984fa2 (patch) | |
tree | e3951ae7c8500510d63edd314c163f9d9612c6d5 | |
parent | 41e50383671843823a9c41d11b02a8cd9165e0b0 (diff) | |
download | etbsa-traccar-web-71a4c8994d3e3c6234791208abc369bab7984fa2.tar.gz etbsa-traccar-web-71a4c8994d3e3c6234791208abc369bab7984fa2.tar.bz2 etbsa-traccar-web-71a4c8994d3e3c6234791208abc369bab7984fa2.zip |
Adjust mobile layout
-rw-r--r-- | web/app/view/MainMobile.js | 2 |
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 }] }); |