diff options
author | Abyss777 <abyss@fox5.ru> | 2016-12-14 17:00:25 +0500 |
---|---|---|
committer | Abyss777 <abyss@fox5.ru> | 2016-12-14 17:00:25 +0500 |
commit | eec9ffbf8213f1df69162131245cb3282c68ca0a (patch) | |
tree | b7314f43c0225ec0bfb04d7fda93df5c6f1e1934 /web/app/Application.js | |
parent | 36f645e0d3def24ea6228c0974b83f60503d9ea6 (diff) | |
download | trackermap-web-eec9ffbf8213f1df69162131245cb3282c68ca0a.tar.gz trackermap-web-eec9ffbf8213f1df69162131245cb3282c68ca0a.tar.bz2 trackermap-web-eec9ffbf8213f1df69162131245cb3282c68ca0a.zip |
Calendars implementation
Diffstat (limited to 'web/app/Application.js')
-rw-r--r-- | web/app/Application.js | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/web/app/Application.js b/web/app/Application.js index 8619ba96..daa25b85 100644 --- a/web/app/Application.js +++ b/web/app/Application.js @@ -37,7 +37,8 @@ Ext.define('Traccar.Application', { 'Notification', 'AttributeAlias', 'ReportSummary', - 'ReportTrip' + 'ReportTrip', + 'Calendar' ], stores: [ @@ -70,7 +71,9 @@ Ext.define('Traccar.Application', { 'ReportTypes', 'ReportEventTypes', 'Statistics', - 'DeviceImages' + 'DeviceImages', + 'Calendars', + 'AllCalendars' ], controllers: [ |