diff options
Diffstat (limited to 'web/app/view')
-rw-r--r-- | web/app/view/Statistics.js | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/web/app/view/Statistics.js b/web/app/view/Statistics.js index 4322525b..d5176a37 100644 --- a/web/app/view/Statistics.js +++ b/web/app/view/Statistics.js @@ -1,5 +1,5 @@ /* - * Copyright 2016 Anton Tananaev (anton@traccar.org) + * Copyright 2016 - 2017 Anton Tananaev (anton@traccar.org) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -73,6 +73,18 @@ Ext.define('Traccar.view.Statistics', { }, { text: Strings.statisticsMessagesStored, dataIndex: 'messagesStored' + }, { + text: Strings.notificationMail, + dataIndex: 'mailSent' + }, { + text: Strings.notificationSms, + dataIndex: 'smsSent' + }, { + text: Strings.statisticsGeocoder, + dataIndex: 'geocoderRequests' + }, { + text: Strings.statisticsGeolocation, + dataIndex: 'geolocationRequests' }] } }); |