aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/Report.js
diff options
context:
space:
mode:
authorAbyss777 <abyss@fox5.ru>2017-10-17 17:02:47 +0500
committerAbyss777 <abyss@fox5.ru>2017-10-17 17:02:47 +0500
commit41a18fef939d249ae5ed9ac4ae35c0a4e5ed8770 (patch)
treee405165239075265962fee36ec3d2289f3d98b1a /web/app/view/Report.js
parent531f9d5c556e9795b32099587bfa84f3b74017c4 (diff)
downloadetbsa-traccar-web-41a18fef939d249ae5ed9ac4ae35c0a4e5ed8770.tar.gz
etbsa-traccar-web-41a18fef939d249ae5ed9ac4ae35c0a4e5ed8770.tar.bz2
etbsa-traccar-web-41a18fef939d249ae5ed9ac4ae35c0a4e5ed8770.zip
Implement base Grid Panel class with common configs
Diffstat (limited to 'web/app/view/Report.js')
-rw-r--r--web/app/view/Report.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/web/app/view/Report.js b/web/app/view/Report.js
index 1289e6b..f77cfca 100644
--- a/web/app/view/Report.js
+++ b/web/app/view/Report.js
@@ -20,7 +20,8 @@ Ext.define('Traccar.view.Report', {
xtype: 'reportView',
requires: [
- 'Traccar.view.ReportController'
+ 'Traccar.view.ReportController',
+ 'Traccar.view.GridPanel'
],
controller: 'report',
@@ -70,7 +71,7 @@ Ext.define('Traccar.view.Report', {
layout: 'card',
items: [{
- xtype: 'grid',
+ xtype: 'customGridPanel',
itemId: 'grid',
listeners: {
selectionchange: 'onSelectionChange'