aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/UserDevices.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/app/view/UserDevices.js')
-rw-r--r--web/app/view/UserDevices.js3
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