diff options
author | amilasilva88 <amilasilva88@gmail.com> | 2015-08-13 20:28:58 +0800 |
---|---|---|
committer | amilasilva88 <amilasilva88@gmail.com> | 2015-08-13 20:28:58 +0800 |
commit | 0350d762a7c08199e79dc401b6c6821d7e2a21bd (patch) | |
tree | 5b0751fb43278026aee2c153ae131e17776beecd /web/app/view/main/MainMobile.js | |
parent | a5b29b0e5df4ba84c8eaa8944258b9c9e12472db (diff) | |
download | trackermap-server-0350d762a7c08199e79dc401b6c6821d7e2a21bd.tar.gz trackermap-server-0350d762a7c08199e79dc401b6c6821d7e2a21bd.tar.bz2 trackermap-server-0350d762a7c08199e79dc401b6c6821d7e2a21bd.zip |
Added ODOMeter and Modification to Mobile UI
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 }] }); |