From fb76f0118e148f77c83fb55e75c805127bb597a2 Mon Sep 17 00:00:00 2001 From: Abyss777 Date: Thu, 10 Nov 2016 13:20:51 +0500 Subject: - Update device icon on map after device update - Fix devices buttons enabling --- web/app/view/DevicesController.js | 1 + 1 file changed, 1 insertion(+) (limited to 'web/app/view/DevicesController.js') diff --git a/web/app/view/DevicesController.js b/web/app/view/DevicesController.js index aa8e788..a31ceb7 100644 --- a/web/app/view/DevicesController.js +++ b/web/app/view/DevicesController.js @@ -147,6 +147,7 @@ Ext.define('Traccar.view.DevicesController', { selectDevice: function (device, center) { this.getView().getSelectionModel().select([device], false, true); + this.updateButtons(this.getView().getSelectionModel()); this.getView().getView().focusRow(device); }, -- cgit v1.2.3