diff options
author | Abyss777 <abyss@fox5.ru> | 2017-09-12 17:39:43 +0500 |
---|---|---|
committer | Abyss777 <abyss@fox5.ru> | 2017-09-13 13:51:35 +0500 |
commit | a5d36c62facad98c409b9fcd4f8b92c3d47601ab (patch) | |
tree | 368a2ed169c1457a1cc2dd69a811f2dccc59ce04 /web/app/Application.js | |
parent | 31a6fed66b4f077d2b6443fdd34229befe8777c3 (diff) | |
download | trackermap-web-a5d36c62facad98c409b9fcd4f8b92c3d47601ab.tar.gz trackermap-web-a5d36c62facad98c409b9fcd4f8b92c3d47601ab.tar.bz2 trackermap-web-a5d36c62facad98c409b9fcd4f8b92c3d47601ab.zip |
Implement Saved Commands
Diffstat (limited to 'web/app/Application.js')
-rw-r--r-- | web/app/Application.js | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/web/app/Application.js b/web/app/Application.js index dee3889b..d2ce3c8f 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: [ |