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.js5
1 files changed, 5 insertions, 0 deletions
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
@@ -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,