diff options
Diffstat (limited to 'web/app/view/State.js')
-rw-r--r-- | web/app/view/State.js | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/web/app/view/State.js b/web/app/view/State.js index 82149713..d161251c 100644 --- a/web/app/view/State.js +++ b/web/app/view/State.js @@ -35,6 +35,16 @@ Ext.define('Traccar.view.State', { xtype: 'tbtext', html: Strings.stateTitle, baseCls: 'x-panel-header-title-default' + }, { + xtype: 'tbfill' + }, { + xtype: 'button', + disabled: true, + handler: 'onComputedAttributesClick', + reference: 'computedAttributesButton', + glyph: 'xf0ae@FontAwesome', + tooltip: Strings.sharedComputedAttributes, + tooltipType: 'title' }] }, |