aboutsummaryrefslogtreecommitdiff
path: root/web/app/model
diff options
context:
space:
mode:
authorAbyss777 <abyss@fox5.ru>2016-08-11 12:13:14 +0500
committerAbyss777 <abyss@fox5.ru>2016-08-11 12:13:14 +0500
commit21f26c423dd6d52588c57e41fd0c02ae2fda5d6a (patch)
tree871da038691507fd20927eab27549eb5ac3a1af2 /web/app/model
parent46be66c0639032c8ebf222f79e3a52b2b120ad24 (diff)
downloadtrackermap-server-21f26c423dd6d52588c57e41fd0c02ae2fda5d6a.tar.gz
trackermap-server-21f26c423dd6d52588c57e41fd0c02ae2fda5d6a.tar.bz2
trackermap-server-21f26c423dd6d52588c57e41fd0c02ae2fda5d6a.zip
Added motor hours to web
Diffstat (limited to 'web/app/model')
-rw-r--r--web/app/model/ReportSummary.js3
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'
}]
});