aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/SettingsMenu.js
diff options
context:
space:
mode:
authorAbyss777 <abyss@fox5.ru>2017-05-10 12:14:44 +0500
committerAbyss777 <abyss@fox5.ru>2017-05-16 13:23:49 +0500
commita6765559b9388cea4ebc056cc207d7fc05206065 (patch)
tree9e9ef8577593c4ec8f5b31d1bfd496681fdf2dc7 /web/app/view/SettingsMenu.js
parente200c1b9fe2f840d0d28836e19abaebb7c33210e (diff)
downloadetbsa-traccar-web-a6765559b9388cea4ebc056cc207d7fc05206065.tar.gz
etbsa-traccar-web-a6765559b9388cea4ebc056cc207d7fc05206065.tar.bz2
etbsa-traccar-web-a6765559b9388cea4ebc056cc207d7fc05206065.zip
Implement computed attributes
Diffstat (limited to 'web/app/view/SettingsMenu.js')
-rw-r--r--web/app/view/SettingsMenu.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/web/app/view/SettingsMenu.js b/web/app/view/SettingsMenu.js
index 423dc42..db426bb 100644
--- a/web/app/view/SettingsMenu.js
+++ b/web/app/view/SettingsMenu.js
@@ -74,6 +74,12 @@ Ext.define('Traccar.view.SettingsMenu', {
reference: 'settingsAttributeAliasesButton'
}, {
hidden: true,
+ text: Strings.sharedComputedAttributes,
+ glyph: 'xf0ae@FontAwesome',
+ handler: 'onComputedAttributesClick',
+ reference: 'settingsComputedAttributesButton'
+ }, {
+ hidden: true,
text: Strings.sharedDeviceDistance,
glyph: 'xf0e4@FontAwesome',
handler: 'onDeviceDistanceClick',