aboutsummaryrefslogtreecommitdiff
path: root/web/app/view
diff options
context:
space:
mode:
authorAbyss777 <abyss@fox5.ru>2016-08-12 11:19:34 +0500
committerAbyss777 <abyss@fox5.ru>2016-08-12 11:19:34 +0500
commit8fa931a45755b14f61bcc699296337efefc46160 (patch)
tree8c7e35ccf1ec4accb2d08254c0696a418876e2bb /web/app/view
parentf934efecd57261a88efa122f7db5defc6adc43f1 (diff)
downloadtraccar-server-8fa931a45755b14f61bcc699296337efefc46160.tar.gz
traccar-server-8fa931a45755b14f61bcc699296337efefc46160.tar.bz2
traccar-server-8fa931a45755b14f61bcc699296337efefc46160.zip
- Fixed casting ignition object to boolean
- Renamed motorHours to engineHours - Changed engine hours formatter to just hours - Added previously missed license headers to reports - Added Andrey Kunitsyn to some license headers
Diffstat (limited to 'web/app/view')
-rw-r--r--web/app/view/ReportController.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/web/app/view/ReportController.js b/web/app/view/ReportController.js
index 5ac84e8e2..61e278993 100644
--- a/web/app/view/ReportController.js
+++ b/web/app/view/ReportController.js
@@ -228,10 +228,10 @@ Ext.define('Traccar.view.ReportController', {
flex: 1,
renderer: Traccar.AttributeFormatter.getFormatter('speed')
}, {
- text: Strings.reportMotorHours,
- dataIndex: 'motorHours',
+ text: Strings.reportEngineHours,
+ dataIndex: 'engineHours',
flex: 1,
- renderer: Traccar.AttributeFormatter.getFormatter('interval')
+ renderer: Traccar.AttributeFormatter.getFormatter('hours')
}];
if (newValue === 'route') {