aboutsummaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
Diffstat (limited to 'web')
-rw-r--r--web/app/controller/Root.js2
-rw-r--r--web/app/view/MainMobile.js6
2 files changed, 5 insertions, 3 deletions
diff --git a/web/app/controller/Root.js b/web/app/controller/Root.js
index afdbea6..4816875 100644
--- a/web/app/controller/Root.js
+++ b/web/app/controller/Root.js
@@ -143,7 +143,7 @@ Ext.define('Traccar.controller.Root', {
success: function (response) {
self.updateDevices(Ext.decode(response.responseText));
},
- failure: function(response) {
+ failure: function (response) {
if (response.status === 401) {
window.location.reload();
}
diff --git a/web/app/view/MainMobile.js b/web/app/view/MainMobile.js
index 3fdcb4f..1f262cc 100644
--- a/web/app/view/MainMobile.js
+++ b/web/app/view/MainMobile.js
@@ -47,7 +47,8 @@ Ext.define('Traccar.view.MainMobile', {
collapsed: true,
collapseMode: 'mini',
titleCollapse: true,
- floatable: false
+ floatable: false,
+ stateId: 'mobile-state-grid'
}, {
region: 'center',
xtype: 'mapView',
@@ -60,7 +61,8 @@ Ext.define('Traccar.view.MainMobile', {
flex: 1,
collapsed: true,
titleCollapse: true,
- floatable: false
+ floatable: false,
+ stateId: 'mobile-devices-grid'
}]
}, {
xtype: 'reportView'