aboutsummaryrefslogtreecommitdiff
path: root/web/app/model
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2017-04-29 16:18:45 +1200
committerAnton Tananaev <anton.tananaev@gmail.com>2017-04-29 16:18:45 +1200
commit6f794a2c96951cdd8d00ed01bf6bd47b2a74f2f3 (patch)
tree886b60502c4168aea58332c8be7fc4ce0c0d65e5 /web/app/model
parent5f33c4b30cb62d68e87bfab6d4ec6c38fbd7b0fa (diff)
downloadetbsa-traccar-web-6f794a2c96951cdd8d00ed01bf6bd47b2a74f2f3.tar.gz
etbsa-traccar-web-6f794a2c96951cdd8d00ed01bf6bd47b2a74f2f3.tar.bz2
etbsa-traccar-web-6f794a2c96951cdd8d00ed01bf6bd47b2a74f2f3.zip
Show additional statistics info
Diffstat (limited to 'web/app/model')
-rw-r--r--web/app/model/Statistics.js14
1 files changed, 13 insertions, 1 deletions
diff --git a/web/app/model/Statistics.js b/web/app/model/Statistics.js
index cc7ffc5..95280ac 100644
--- a/web/app/model/Statistics.js
+++ b/web/app/model/Statistics.js
@@ -1,5 +1,5 @@
/*
- * Copyright 2016 Anton Tananaev (anton@traccar.org)
+ * Copyright 2016 - 2017 Anton Tananaev (anton@traccar.org)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -42,6 +42,18 @@ Ext.define('Traccar.model.Statistics', {
name: 'messagesStored',
type: 'int'
}, {
+ name: 'mailSent',
+ type: 'int'
+ }, {
+ name: 'smsSent',
+ type: 'int'
+ }, {
+ name: 'geocoderRequests',
+ type: 'int'
+ }, {
+ name: 'geolocationRequests',
+ type: 'int'
+ }, {
name: 'attributes'
}]
});