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/Groups.js | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'web/app/view/edit/Groups.js') diff --git a/web/app/view/edit/Groups.js b/web/app/view/edit/Groups.js index 43ae877..88bbd7b 100644 --- a/web/app/view/edit/Groups.js +++ b/web/app/view/edit/Groups.js @@ -37,6 +37,14 @@ Ext.define('Traccar.view.edit.Groups', { glyph: 'xf21d@FontAwesome', tooltip: Strings.sharedGeofences, tooltipType: 'title' + }, { + xtype: 'button', + disabled: true, + handler: 'onAttributesClick', + reference: 'toolbarAttributesButton', + glyph: 'xf0ae@FontAwesome', + tooltip: Strings.sharedComputedAttributes, + tooltipType: 'title' }] }, -- cgit v1.2.3