diff options
author | Abyss777 <abyss@fox5.ru> | 2016-06-26 00:51:33 +0500 |
---|---|---|
committer | Abyss777 <abyss@fox5.ru> | 2016-06-26 00:51:33 +0500 |
commit | a25e7bd56c128fb2a1c673abf735b3e64706f9a8 (patch) | |
tree | a99d2cde526f97082d7bc95531772b6835064fcd /web/app/Application.js | |
parent | 67f46c80d3b5e34440a2644f52b81dddfbaba5fa (diff) | |
download | trackermap-server-a25e7bd56c128fb2a1c673abf735b3e64706f9a8.tar.gz trackermap-server-a25e7bd56c128fb2a1c673abf735b3e64706f9a8.tar.bz2 trackermap-server-a25e7bd56c128fb2a1c673abf735b3e64706f9a8.zip |
Added notifications via email
Added notifications settings
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 dbbc7a594..5911579b8 100644 --- a/web/app/Application.js +++ b/web/app/Application.js @@ -32,7 +32,8 @@ Ext.define('Traccar.Application', { 'Attribute', 'Command', 'Event', - 'Geofence' + 'Geofence', + 'Notification' ], stores: [ @@ -52,7 +53,9 @@ Ext.define('Traccar.Application', { 'Languages', 'Events', 'Geofences', - 'AllGeofences' + 'AllGeofences', + 'Notifications', + 'AllNotifications' ], controllers: [ |