aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/dialog/ComputedAttribute.js
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2017-05-23 22:43:48 +1200
committerGitHub <noreply@github.com>2017-05-23 22:43:48 +1200
commit4152d5749c9a2030edc4c7548a04ffa0ef851cd9 (patch)
treee742b51bd3e1490dac798af9cd6c152087decdac /web/app/view/dialog/ComputedAttribute.js
parentf4b6d4d46dd8378c2d50d82a6a6c2293fcb796ec (diff)
parentdbf31c907fb261dbc02463e2582a1c1a05ab3657 (diff)
downloadtrackermap-web-4152d5749c9a2030edc4c7548a04ffa0ef851cd9.tar.gz
trackermap-web-4152d5749c9a2030edc4c7548a04ffa0ef851cd9.tar.bz2
trackermap-web-4152d5749c9a2030edc4c7548a04ffa0ef851cd9.zip
Merge pull request #493 from Abyss777/test_computed_attribute
Implement testing computedAttribute
Diffstat (limited to 'web/app/view/dialog/ComputedAttribute.js')
-rw-r--r--web/app/view/dialog/ComputedAttribute.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/web/app/view/dialog/ComputedAttribute.js b/web/app/view/dialog/ComputedAttribute.js
index 90234b57..ef6269be 100644
--- a/web/app/view/dialog/ComputedAttribute.js
+++ b/web/app/view/dialog/ComputedAttribute.js
@@ -60,6 +60,12 @@ Ext.define('Traccar.view.dialog.ComputedAttribute', {
},
buttons: [{
+ glyph: 'xf128@FontAwesome',
+ tooltip: Strings.sharedCheckComputedAttribute,
+ tooltipType: 'title',
+ minWidth: 0,
+ handler: 'onCheckClick'
+ }, {
glyph: 'xf00c@FontAwesome',
tooltip: Strings.sharedSave,
tooltipType: 'title',