diff options
Diffstat (limited to 'web/app/view/main/Main.js')
-rw-r--r-- | web/app/view/main/Main.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/web/app/view/main/Main.js b/web/app/view/main/Main.js index 75414cd41..cb09abad2 100644 --- a/web/app/view/main/Main.js +++ b/web/app/view/main/Main.js @@ -42,21 +42,21 @@ Ext.define('Traccar.view.main.Main', { items: [{ collapsible: false, region: 'center', - xtype: 'device-view', + xtype: 'deviceView', flex: 1 }, { region: 'south', - xtype: 'state-view', + xtype: 'stateView', flex: 1 }] }, { region: 'south', - xtype: 'report-view', + xtype: 'reportView', header: false, height: styles.reportHeight }, { region: 'center', - xtype: 'map-view', + xtype: 'mapView', collapsible: false }] |