From 279948e95f21ffed7f890e5253693a307953d255 Mon Sep 17 00:00:00 2001 From: Abyss777 Date: Mon, 30 May 2016 15:04:51 +0500 Subject: Disable command button if device is not online. --- web/app/view/Devices.js | 1 + 1 file changed, 1 insertion(+) (limited to 'web/app/view/Devices.js') 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', -- cgit v1.2.3