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/view/UserDevices.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/view/UserDevices.js')
-rw-r--r-- | web/app/view/UserDevices.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/web/app/view/UserDevices.js b/web/app/view/UserDevices.js index 256168946..df03bca84 100644 --- a/web/app/view/UserDevices.js +++ b/web/app/view/UserDevices.js @@ -23,7 +23,7 @@ Ext.define('Traccar.view.UserDevices', { ], controller: 'userDevices', - store: 'Devices', + store: 'AllDevices', selModel: { selType: 'checkboxmodel', @@ -43,3 +43,4 @@ Ext.define('Traccar.view.UserDevices', { dataIndex: 'uniqueId', flex: 1 }] }); +32
\ No newline at end of file |