aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/MainMobile.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/app/view/MainMobile.js')
-rw-r--r--web/app/view/MainMobile.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/web/app/view/MainMobile.js b/web/app/view/MainMobile.js
index 0e302aa..e3e6742 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
}]
});