diff options
author | Abyss777 <abyss@fox5.ru> | 2016-06-02 12:45:22 +0500 |
---|---|---|
committer | Abyss777 <abyss@fox5.ru> | 2016-06-02 12:45:22 +0500 |
commit | d9e57775e5bb10e722d0043186308df05eea3296 (patch) | |
tree | 599b6836f717aec30859ee281a5dd57d06667490 /web/app/Application.js | |
parent | bf296b4af4714a3fe62cd6f9fcff8ac29fcd0178 (diff) | |
download | trackermap-server-d9e57775e5bb10e722d0043186308df05eea3296.tar.gz trackermap-server-d9e57775e5bb10e722d0043186308df05eea3296.tar.bz2 trackermap-server-d9e57775e5bb10e722d0043186308df05eea3296.zip |
Show events in toast
Diffstat (limited to 'web/app/Application.js')
-rw-r--r-- | web/app/Application.js | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/web/app/Application.js b/web/app/Application.js index 69ce8f891..e798a73e2 100644 --- a/web/app/Application.js +++ b/web/app/Application.js @@ -30,7 +30,8 @@ Ext.define('Traccar.Application', { 'Device', 'Position', 'Attribute', - 'Command' + 'Command', + 'Event' ], stores: [ @@ -47,7 +48,8 @@ Ext.define('Traccar.Application', { 'SpeedUnits', 'CommandTypes', 'TimeUnits', - 'Languages' + 'Languages', + 'Events' ], controllers: [ |