From f43b8be3eb7cb2e498d02bdbe9eb37202fb2fc9e Mon Sep 17 00:00:00 2001 From: Renaud Allard Date: Wed, 19 Oct 2016 11:23:25 +0200 Subject: Add a new hidden column in devices list showing the uniqueId --- web/app/view/Devices.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/web/app/view/Devices.js b/web/app/view/Devices.js index 470ff1f..02f92ea 100644 --- a/web/app/view/Devices.js +++ b/web/app/view/Devices.js @@ -150,6 +150,11 @@ Ext.define('Traccar.view.Devices', { text: Strings.sharedName, dataIndex: 'name', flex: 1 + }, { + text: Strings.deviceIdentifier, + dataIndex: 'uniqueId', + hidden: true, + flex: 1 }, { text: Strings.deviceLastUpdate, dataIndex: 'lastUpdate', -- cgit v1.2.3