aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2016-10-20 00:09:20 +1300
committerGitHub <noreply@github.com>2016-10-20 00:09:20 +1300
commit6bc12c491c3546ba85c7792411d050de0f9deeaf (patch)
treedf8abac652c991d6acd82b5fa779260a22f85e33
parentf7beb6ce1c4167b4d086bb0a6da6f9f09805f575 (diff)
parentf43b8be3eb7cb2e498d02bdbe9eb37202fb2fc9e (diff)
downloadetbsa-traccar-web-6bc12c491c3546ba85c7792411d050de0f9deeaf.tar.gz
etbsa-traccar-web-6bc12c491c3546ba85c7792411d050de0f9deeaf.tar.bz2
etbsa-traccar-web-6bc12c491c3546ba85c7792411d050de0f9deeaf.zip
Merge pull request #302 from renaudallard/master
Add a new hidden column in devices list showing the uniqueId
-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,