diff options
author | Abyss777 <abyss@fox5.ru> | 2016-08-11 12:13:14 +0500 |
---|---|---|
committer | Abyss777 <abyss@fox5.ru> | 2016-08-11 12:13:14 +0500 |
commit | 21f26c423dd6d52588c57e41fd0c02ae2fda5d6a (patch) | |
tree | 871da038691507fd20927eab27549eb5ac3a1af2 /web/app/model/ReportSummary.js | |
parent | 46be66c0639032c8ebf222f79e3a52b2b120ad24 (diff) | |
download | trackermap-server-21f26c423dd6d52588c57e41fd0c02ae2fda5d6a.tar.gz trackermap-server-21f26c423dd6d52588c57e41fd0c02ae2fda5d6a.tar.bz2 trackermap-server-21f26c423dd6d52588c57e41fd0c02ae2fda5d6a.zip |
Added motor hours to web
Diffstat (limited to 'web/app/model/ReportSummary.js')
-rw-r--r-- | web/app/model/ReportSummary.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/web/app/model/ReportSummary.js b/web/app/model/ReportSummary.js index 7821e1c00..2017d164a 100644 --- a/web/app/model/ReportSummary.js +++ b/web/app/model/ReportSummary.js @@ -33,5 +33,8 @@ Ext.define('Traccar.model.ReportSummary', { }, { name: 'distance', type: 'float' + }, { + name: 'motorHours', + type: 'int' }] }); |