From 6f794a2c96951cdd8d00ed01bf6bd47b2a74f2f3 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Sat, 29 Apr 2017 16:18:45 +1200 Subject: Show additional statistics info --- web/app/model/Statistics.js | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'web/app/model') 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 @@ -41,6 +41,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' }] -- cgit v1.2.3