aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/ReportController.js
diff options
context:
space:
mode:
authorAbyss777 <abyss@fox5.ru>2017-07-12 16:37:06 +0500
committerAbyss777 <abyss@fox5.ru>2017-07-12 16:37:06 +0500
commit805d50ac020dec042bfc94a1f17869372f7eff0e (patch)
tree23b6796be4ef9cc53ba27f04911b1634762a3dca /web/app/view/ReportController.js
parenteea84149b22ed25fa530bbb4159683f802c4dee1 (diff)
downloadetbsa-traccar-web-805d50ac020dec042bfc94a1f17869372f7eff0e.tar.gz
etbsa-traccar-web-805d50ac020dec042bfc94a1f17869372f7eff0e.tar.bz2
etbsa-traccar-web-805d50ac020dec042bfc94a1f17869372f7eff0e.zip
Implement Driver Unauthorized event and driverName field in Trip report
Diffstat (limited to 'web/app/view/ReportController.js')
-rw-r--r--web/app/view/ReportController.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/web/app/view/ReportController.js b/web/app/view/ReportController.js
index e048c06..b478ae9 100644
--- a/web/app/view/ReportController.js
+++ b/web/app/view/ReportController.js
@@ -531,6 +531,10 @@ Ext.define('Traccar.view.ReportController', {
text: Strings.reportSpentFuel,
dataIndex: 'spentFuel',
renderer: Traccar.AttributeFormatter.getFormatter('spentFuel')
+ }, {
+ text: Strings.reportDriverName,
+ dataIndex: 'driverName',
+ renderer: Traccar.AttributeFormatter.getFormatter('driverName')
}],
stopsColumns: [{