diff options
Diffstat (limited to 'web/app/view/Devices.js')
-rw-r--r-- | web/app/view/Devices.js | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/web/app/view/Devices.js b/web/app/view/Devices.js index 02f92ea5..22030528 100644 --- a/web/app/view/Devices.js +++ b/web/app/view/Devices.js @@ -156,6 +156,21 @@ Ext.define('Traccar.view.Devices', { 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', flex: 1, |