diff options
Diffstat (limited to 'web/app/view/main/MainMobile.js')
-rw-r--r-- | web/app/view/main/MainMobile.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/web/app/view/main/MainMobile.js b/web/app/view/main/MainMobile.js index f32ad9fb1..1cdd6f525 100644 --- a/web/app/view/main/MainMobile.js +++ b/web/app/view/main/MainMobile.js @@ -40,6 +40,11 @@ Ext.define('Traccar.view.main.MainMobile', { xtype: 'deviceView', header: false, flex: 1 + },{ + region: 'east', + xtype: 'stateView', + header: false, + flex: 1 }] }); |