diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2017-10-07 00:11:10 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-07 00:11:10 +0900 |
commit | 24b1b63fb2af68cd23362965e947f4dbf76d087e (patch) | |
tree | 5c743e2772e3e5ade02e4c89d691bd4e69e3f59b /web/app/Application.js | |
parent | eb23cc04e645ee72cdf833b712476f07231ea098 (diff) | |
parent | 8e4efa28702b6386dcfd20ba98fe8fa42b9682ed (diff) | |
download | trackermap-web-24b1b63fb2af68cd23362965e947f4dbf76d087e.tar.gz trackermap-web-24b1b63fb2af68cd23362965e947f4dbf76d087e.tar.bz2 trackermap-web-24b1b63fb2af68cd23362965e947f4dbf76d087e.zip |
Merge pull request #599 from Abyss777/quick_period
Add quick period selector to Report Config dialog
Diffstat (limited to 'web/app/Application.js')
-rw-r--r-- | web/app/Application.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/app/Application.js b/web/app/Application.js index ed9a4b60..6338506c 100644 --- a/web/app/Application.js +++ b/web/app/Application.js @@ -76,6 +76,7 @@ Ext.define('Traccar.Application', { 'ReportTypes', 'ReportEventTypes', 'ReportChartTypes', + 'ReportPeriods', 'Statistics', 'DeviceImages', 'Calendars', |