diff options
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 }] }); |