aboutsummaryrefslogtreecommitdiff
path: root/web/app/model/ReportSummary.js
diff options
context:
space:
mode:
authorAbyss777 <abyss@fox5.ru>2017-09-06 13:28:48 +0500
committerAbyss777 <abyss@fox5.ru>2017-09-06 14:59:08 +0500
commit1edfec60e54b26f3cd7970075b58bb69920b37f7 (patch)
treed7ecca927798e16c469868fc609c954fe3d1016c /web/app/model/ReportSummary.js
parentae9de5a7b9cf43ad488022675d243a4b7a863aa4 (diff)
downloadetbsa-traccar-web-1edfec60e54b26f3cd7970075b58bb69920b37f7.tar.gz
etbsa-traccar-web-1edfec60e54b26f3cd7970075b58bb69920b37f7.tar.bz2
etbsa-traccar-web-1edfec60e54b26f3cd7970075b58bb69920b37f7.zip
Move units to attributes and add volume units
Diffstat (limited to 'web/app/model/ReportSummary.js')
-rw-r--r--web/app/model/ReportSummary.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/web/app/model/ReportSummary.js b/web/app/model/ReportSummary.js
index 5cfbdcd..4bc7873 100644
--- a/web/app/model/ReportSummary.js
+++ b/web/app/model/ReportSummary.js
@@ -41,5 +41,9 @@ Ext.define('Traccar.model.ReportSummary', {
}, {
name: 'engineHours',
type: 'int'
+ }, {
+ name: 'spentFuel',
+ type: 'float',
+ convert: Traccar.AttributeFormatter.getConverter('spentFuel')
}]
});