From a5d36c62facad98c409b9fcd4f8b92c3d47601ab Mon Sep 17 00:00:00 2001 From: Abyss777 Date: Tue, 12 Sep 2017 17:39:43 +0500 Subject: Implement Saved Commands --- web/app/Application.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'web/app/Application.js') diff --git a/web/app/Application.js b/web/app/Application.js index dee3889..d2ce3c8 100644 --- a/web/app/Application.js +++ b/web/app/Application.js @@ -96,7 +96,11 @@ Ext.define('Traccar.Application', { 'Drivers', 'AllDrivers', 'KnownCommands', - 'VolumeUnits' + 'VolumeUnits', + 'AllCommandTypes', + 'Commands', + 'AllCommands', + 'DeviceCommands' ], controllers: [ -- cgit v1.2.3