From a6765559b9388cea4ebc056cc207d7fc05206065 Mon Sep 17 00:00:00 2001 From: Abyss777 Date: Wed, 10 May 2017 12:14:44 +0500 Subject: Implement computed attributes --- web/app/view/edit/Devices.js | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'web/app/view/edit/Devices.js') diff --git a/web/app/view/edit/Devices.js b/web/app/view/edit/Devices.js index b5b6bad..fe3de42 100644 --- a/web/app/view/edit/Devices.js +++ b/web/app/view/edit/Devices.js @@ -74,6 +74,14 @@ Ext.define('Traccar.view.edit.Devices', { glyph: 'xf21d@FontAwesome', tooltip: Strings.sharedGeofences, tooltipType: 'title' + }, { + xtype: 'button', + disabled: true, + handler: 'onAttributesClick', + reference: 'toolbarAttributesButton', + glyph: 'xf0ae@FontAwesome', + tooltip: Strings.sharedComputedAttributes, + tooltipType: 'title' }, { disabled: true, handler: 'onCommandClick', -- cgit v1.2.3