diff options
author | Abyss777 <abyss@fox5.ru> | 2017-07-12 12:20:08 +0500 |
---|---|---|
committer | Abyss777 <abyss@fox5.ru> | 2017-07-12 12:20:08 +0500 |
commit | d0d156b42eeba86d6a043be051470f05cd022919 (patch) | |
tree | c48863bbe645a1c10aa50cb4b2aa18f9022399df /web/app/Application.js | |
parent | 79f557f7b4bb209876977bba99f8c0a18f672b29 (diff) | |
download | trackermap-web-d0d156b42eeba86d6a043be051470f05cd022919.tar.gz trackermap-web-d0d156b42eeba86d6a043be051470f05cd022919.tar.bz2 trackermap-web-d0d156b42eeba86d6a043be051470f05cd022919.zip |
Implement Drivers
Diffstat (limited to 'web/app/Application.js')
-rw-r--r-- | web/app/Application.js | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/web/app/Application.js b/web/app/Application.js index c0a69457..b4ce10ad 100644 --- a/web/app/Application.js +++ b/web/app/Application.js @@ -40,7 +40,8 @@ Ext.define('Traccar.Application', { 'ReportTrip', 'ReportStop', 'Calendar', - 'KnownAttribute' + 'KnownAttribute', + 'Driver' ], stores: [ @@ -89,7 +90,9 @@ Ext.define('Traccar.Application', { 'ComputedAttributes', 'AllComputedAttributes', 'PositionAttributes', - 'AttributeValueTypes' + 'AttributeValueTypes', + 'Drivers', + 'AllDrivers' ], controllers: [ |