diff options
Diffstat (limited to 'web/app')
-rw-r--r-- | web/app/view/Devices.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/web/app/view/Devices.js b/web/app/view/Devices.js index 470ff1fc..02f92ea5 100644 --- a/web/app/view/Devices.js +++ b/web/app/view/Devices.js @@ -151,6 +151,11 @@ Ext.define('Traccar.view.Devices', { dataIndex: 'name', flex: 1 }, { + text: Strings.deviceIdentifier, + dataIndex: 'uniqueId', + hidden: true, + flex: 1 + }, { text: Strings.deviceLastUpdate, dataIndex: 'lastUpdate', flex: 1, |