aboutsummaryrefslogtreecommitdiff
path: root/web/app/model/Statistics.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/app/model/Statistics.js')
-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'
}]
});