diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2015-07-25 21:26:07 +1200 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2015-07-25 21:26:07 +1200 |
commit | 8063c5e93514475daba2caf6538e261f27681bc3 (patch) | |
tree | 6b1e41b87a8285a5bcc8326125033aeeb96ea6b1 /web/app/Application.js | |
parent | 7cc1910db0f2cf88f75c80d05511e759d7641077 (diff) | |
download | trackermap-server-8063c5e93514475daba2caf6538e261f27681bc3.tar.gz trackermap-server-8063c5e93514475daba2caf6538e261f27681bc3.tar.bz2 trackermap-server-8063c5e93514475daba2caf6538e261f27681bc3.zip |
Add send command dialog
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 55b8f774c..7e5a8ff97 100644 --- a/web/app/Application.js +++ b/web/app/Application.js @@ -28,7 +28,8 @@ Ext.define('Traccar.Application', { 'User', 'Device', 'Position', - 'Parameter' + 'Parameter', + 'Command' ], stores: [ @@ -39,7 +40,8 @@ Ext.define('Traccar.Application', { 'Parameters', 'MapTypes', 'DistanceUnits', - 'SpeedUnits' + 'SpeedUnits', + 'CommandTypes' ], controllers: [ |