diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2016-11-05 09:59:41 +1300 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2016-11-05 09:59:41 +1300 |
commit | 6cc21719821eae314238d1fa17de17c9e095de47 (patch) | |
tree | 7ad5826ca0b8610f7e1296c197723af64aee6a12 /web/app/view/MainMobile.js | |
parent | 0ea22d28252eeee1f12e38914855b34004042fcd (diff) | |
download | trackermap-web-6cc21719821eae314238d1fa17de17c9e095de47.tar.gz trackermap-web-6cc21719821eae314238d1fa17de17c9e095de47.tar.bz2 trackermap-web-6cc21719821eae314238d1fa17de17c9e095de47.zip |
Small improvements to web app
Diffstat (limited to 'web/app/view/MainMobile.js')
-rw-r--r-- | web/app/view/MainMobile.js | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/web/app/view/MainMobile.js b/web/app/view/MainMobile.js index 0e302aa9..e3e67426 100644 --- a/web/app/view/MainMobile.js +++ b/web/app/view/MainMobile.js @@ -50,6 +50,9 @@ Ext.define('Traccar.view.MainMobile', { region: 'south', xtype: 'devicesView', title: Strings.deviceTitle, - flex: 1 + flex: 1, + collapsed: true, + titleCollapse: true, + floatable: false }] }); |