aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/Report.js
diff options
context:
space:
mode:
authorAbyss777 <abyss@fox5.ru>2016-12-27 12:02:34 +0500
committerAbyss777 <abyss@fox5.ru>2016-12-27 12:02:34 +0500
commit5c510fc91927f5a06999713ab6f70aa21f0d3524 (patch)
tree0c535fb93e1b57f6eea269d0f91bb2cb0f984bcf /web/app/view/Report.js
parentc2c497dab12cbe2c7ed4d3f922a24e6baab216c2 (diff)
downloadetbsa-traccar-web-5c510fc91927f5a06999713ab6f70aa21f0d3524.tar.gz
etbsa-traccar-web-5c510fc91927f5a06999713ab6f70aa21f0d3524.tar.bz2
etbsa-traccar-web-5c510fc91927f5a06999713ab6f70aa21f0d3524.zip
Move grid top line to Style
Diffstat (limited to 'web/app/view/Report.js')
-rw-r--r--web/app/view/Report.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/app/view/Report.js b/web/app/view/Report.js
index 4a4c992..339761e 100644
--- a/web/app/view/Report.js
+++ b/web/app/view/Report.js
@@ -83,7 +83,7 @@ Ext.define('Traccar.view.Report', {
items: [
]
},
- style: 'borderTop: 1px solid lightgray'
+ style: Traccar.Style.reportGridStyle
}, {
xtype: 'cartesian',
itemId: 'chart',