aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/main/Main.js
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2015-08-03 11:54:24 +1200
committerAnton Tananaev <anton.tananaev@gmail.com>2015-08-03 11:54:24 +1200
commitd5d7a82207f27fa5e544e1cf050dcc02fc1df12f (patch)
tree8f6bf5aeeae8d56f7295d0c1a8a1f15c7d746148 /web/app/view/main/Main.js
parent8e41bea48b0b248bcb198186783778002a92738e (diff)
downloadtraccar-server-d5d7a82207f27fa5e544e1cf050dcc02fc1df12f.tar.gz
traccar-server-d5d7a82207f27fa5e544e1cf050dcc02fc1df12f.tar.bz2
traccar-server-d5d7a82207f27fa5e544e1cf050dcc02fc1df12f.zip
Change aliases and xtype names
Diffstat (limited to 'web/app/view/main/Main.js')
-rw-r--r--web/app/view/main/Main.js8
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
}]