aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/ReportController.js
diff options
context:
space:
mode:
authorAbyss777 <abyss@fox5.ru>2017-06-15 09:29:27 +0500
committerAbyss777 <abyss@fox5.ru>2017-06-15 09:29:27 +0500
commit74639a742405b9e60c07f04e00138b9b6159d1c3 (patch)
tree4f437501010b73c9aac7bbe2d4e706798fba2355 /web/app/view/ReportController.js
parentcdce6e8dd567acf01f2d477b6c1bb0ecba9efd23 (diff)
downloadetbsa-traccar-web-74639a742405b9e60c07f04e00138b9b6159d1c3.tar.gz
etbsa-traccar-web-74639a742405b9e60c07f04e00138b9b6159d1c3.tar.bz2
etbsa-traccar-web-74639a742405b9e60c07f04e00138b9b6159d1c3.zip
Use 'duration' formatter for 'engineHours'
Diffstat (limited to 'web/app/view/ReportController.js')
-rw-r--r--web/app/view/ReportController.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/app/view/ReportController.js b/web/app/view/ReportController.js
index 36eceb0..e048c06 100644
--- a/web/app/view/ReportController.js
+++ b/web/app/view/ReportController.js
@@ -482,7 +482,7 @@ Ext.define('Traccar.view.ReportController', {
}, {
text: Strings.reportEngineHours,
dataIndex: 'engineHours',
- renderer: Traccar.AttributeFormatter.getFormatter('hours')
+ renderer: Traccar.AttributeFormatter.getFormatter('duration')
}, {
text: Strings.reportSpentFuel,
dataIndex: 'spentFuel',