aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/MainMobile.js
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2016-11-05 09:59:41 +1300
committerAnton Tananaev <anton.tananaev@gmail.com>2016-11-05 09:59:41 +1300
commit6cc21719821eae314238d1fa17de17c9e095de47 (patch)
tree7ad5826ca0b8610f7e1296c197723af64aee6a12 /web/app/view/MainMobile.js
parent0ea22d28252eeee1f12e38914855b34004042fcd (diff)
downloadetbsa-traccar-web-6cc21719821eae314238d1fa17de17c9e095de47.tar.gz
etbsa-traccar-web-6cc21719821eae314238d1fa17de17c9e095de47.tar.bz2
etbsa-traccar-web-6cc21719821eae314238d1fa17de17c9e095de47.zip
Small improvements to web app
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
}]
});