From 3a5e334b50bf35d11743d937c9fae2fb8c7829ec Mon Sep 17 00:00:00 2001 From: Abyss777 Date: Tue, 19 Sep 2017 09:36:16 +0500 Subject: Implement Notifications per device --- web/app/Application.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'web/app/Application.js') diff --git a/web/app/Application.js b/web/app/Application.js index d2ce3c8..ed9a4b6 100644 --- a/web/app/Application.js +++ b/web/app/Application.js @@ -41,7 +41,8 @@ Ext.define('Traccar.Application', { 'Calendar', 'KnownAttribute', 'Driver', - 'KnownCommand' + 'KnownCommand', + 'KnownNotification' ], stores: [ @@ -100,7 +101,8 @@ Ext.define('Traccar.Application', { 'AllCommandTypes', 'Commands', 'AllCommands', - 'DeviceCommands' + 'DeviceCommands', + 'AllNotificationTypes' ], controllers: [ -- cgit v1.2.3