From 1613d72c0a33dd27c3201fc1307aa2743d92cd7a Mon Sep 17 00:00:00 2001 From: Abyss777 Date: Thu, 20 Oct 2016 15:38:20 +0500 Subject: Edit and show device management info --- web/app/view/Devices.js | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'web/app/view/Devices.js') diff --git a/web/app/view/Devices.js b/web/app/view/Devices.js index 02f92ea..2203052 100644 --- a/web/app/view/Devices.js +++ b/web/app/view/Devices.js @@ -155,6 +155,21 @@ Ext.define('Traccar.view.Devices', { dataIndex: 'uniqueId', hidden: true, flex: 1 + }, { + text: Strings.devicePhone, + dataIndex: 'phone', + hidden: true, + flex: 1 + }, { + text: Strings.deviceModel, + dataIndex: 'model', + hidden: true, + flex: 1 + }, { + text: Strings.deviceContact, + dataIndex: 'contact', + hidden: true, + flex: 1 }, { text: Strings.deviceLastUpdate, dataIndex: 'lastUpdate', -- cgit v1.2.3