aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/dialog/ComputedAttribute.js
diff options
context:
space:
mode:
authorAbyss777 <abyss@fox5.ru>2017-05-23 14:45:18 +0500
committerAbyss777 <abyss@fox5.ru>2017-05-23 14:45:18 +0500
commitd243caa095ece5c130250d02e4f3ae7632a9db36 (patch)
tree3d71c15b5780b3f80c2ba135b7a8426ddb952bd7 /web/app/view/dialog/ComputedAttribute.js
parentf4b6d4d46dd8378c2d50d82a6a6c2293fcb796ec (diff)
downloadetbsa-traccar-web-d243caa095ece5c130250d02e4f3ae7632a9db36.tar.gz
etbsa-traccar-web-d243caa095ece5c130250d02e4f3ae7632a9db36.tar.bz2
etbsa-traccar-web-d243caa095ece5c130250d02e4f3ae7632a9db36.zip
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 90234b5..ef6269b 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',