diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2015-10-15 15:26:25 +1300 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2015-10-15 15:26:25 +1300 |
commit | 6ce1f7d481aec69107ef34924bda57fafbce67ed (patch) | |
tree | bbd4aaab6a22457391a6a6f99ca4dfd28704336f /web/app/Application.js | |
parent | d3ca7de349f1d8ab0d02bf783a2c7627af44c6fd (diff) | |
download | trackermap-server-6ce1f7d481aec69107ef34924bda57fafbce67ed.tar.gz trackermap-server-6ce1f7d481aec69107ef34924bda57fafbce67ed.tar.bz2 trackermap-server-6ce1f7d481aec69107ef34924bda57fafbce67ed.zip |
Service call to get all devices
Diffstat (limited to 'web/app/Application.js')
-rw-r--r-- | web/app/Application.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/app/Application.js b/web/app/Application.js index 36f5ca903..e710b7ea2 100644 --- a/web/app/Application.js +++ b/web/app/Application.js @@ -35,6 +35,7 @@ Ext.define('Traccar.Application', { stores: [ 'Devices', + 'AllDevices', 'Positions', 'LatestPositions', 'Users', |