aboutsummaryrefslogtreecommitdiff
path: root/web/app/Application.js
diff options
context:
space:
mode:
authorAbyss777 <abyss@fox5.ru>2016-12-14 17:00:25 +0500
committerAbyss777 <abyss@fox5.ru>2016-12-14 17:00:25 +0500
commiteec9ffbf8213f1df69162131245cb3282c68ca0a (patch)
treeb7314f43c0225ec0bfb04d7fda93df5c6f1e1934 /web/app/Application.js
parent36f645e0d3def24ea6228c0974b83f60503d9ea6 (diff)
downloadetbsa-traccar-web-eec9ffbf8213f1df69162131245cb3282c68ca0a.tar.gz
etbsa-traccar-web-eec9ffbf8213f1df69162131245cb3282c68ca0a.tar.bz2
etbsa-traccar-web-eec9ffbf8213f1df69162131245cb3282c68ca0a.zip
Calendars implementation
Diffstat (limited to 'web/app/Application.js')
-rw-r--r--web/app/Application.js7
1 files changed, 5 insertions, 2 deletions
diff --git a/web/app/Application.js b/web/app/Application.js
index 8619ba9..daa25b8 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: [