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.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/app/view/Devices.js b/web/app/view/Devices.js
index f06c2658b..31eead2f7 100644
--- a/web/app/view/Devices.js
+++ b/web/app/view/Devices.js
@@ -17,6 +17,7 @@
Ext.define('Traccar.view.Devices', {
extend: 'Ext.grid.Panel',
xtype: 'devicesView',
+ id: 'devicesPanel',
requires: [
'Traccar.view.DevicesController',