aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/Devices.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/app/view/Devices.js')
-rw-r--r--web/app/view/Devices.js11
1 files changed, 1 insertions, 10 deletions
diff --git a/web/app/view/Devices.js b/web/app/view/Devices.js
index d1d799944..70e11aab5 100644
--- a/web/app/view/Devices.js
+++ b/web/app/view/Devices.js
@@ -26,16 +26,7 @@ Ext.define('Traccar.view.Devices', {
controller: 'devices',
rootVisible: false,
- store: {
- type: 'tree',
- parentIdProperty: 'groupId',
- proxy: {
- type: 'memory',
- reader: {
- type: 'json'
- }
- }
- },
+ store: 'DevicesTree',
title: Strings.deviceTitle,
selType: 'rowmodel',