diff options
author | Abyss777 <abyss@fox5.ru> | 2017-09-06 13:28:48 +0500 |
---|---|---|
committer | Abyss777 <abyss@fox5.ru> | 2017-09-06 14:59:08 +0500 |
commit | 1edfec60e54b26f3cd7970075b58bb69920b37f7 (patch) | |
tree | d7ecca927798e16c469868fc609c954fe3d1016c /web/app/model/ReportStop.js | |
parent | ae9de5a7b9cf43ad488022675d243a4b7a863aa4 (diff) | |
download | trackermap-web-1edfec60e54b26f3cd7970075b58bb69920b37f7.tar.gz trackermap-web-1edfec60e54b26f3cd7970075b58bb69920b37f7.tar.bz2 trackermap-web-1edfec60e54b26f3cd7970075b58bb69920b37f7.zip |
Move units to attributes and add volume units
Diffstat (limited to 'web/app/model/ReportStop.js')
-rw-r--r-- | web/app/model/ReportStop.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/web/app/model/ReportStop.js b/web/app/model/ReportStop.js index c0ca4004..1867f73b 100644 --- a/web/app/model/ReportStop.js +++ b/web/app/model/ReportStop.js @@ -46,5 +46,9 @@ Ext.define('Traccar.model.ReportStop', { }, { name: 'positionId', type: 'int' + }, { + name: 'spentFuel', + type: 'float', + convert: Traccar.AttributeFormatter.getConverter('spentFuel') }] }); |