aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/UserDialog.js
diff options
context:
space:
mode:
authorAbyss777 <abyss@fox5.ru>2016-11-30 16:12:16 +0500
committerAbyss777 <abyss@fox5.ru>2016-11-30 16:12:16 +0500
commitfb0c5989ba2f24a9f7311d94e8a283a3fa4f4c9f (patch)
treeb093fbcf8672b6106632cd9ac841f43a1e6942b6 /web/app/view/UserDialog.js
parent1ffe251cbc09e2199c936d68f5c1f82363436da1 (diff)
downloadetbsa-traccar-web-fb0c5989ba2f24a9f7311d94e8a283a3fa4f4c9f.tar.gz
etbsa-traccar-web-fb0c5989ba2f24a9f7311d94e8a283a3fa4f4c9f.tar.bz2
etbsa-traccar-web-fb0c5989ba2f24a9f7311d94e8a283a3fa4f4c9f.zip
Add Test Mail button to Account dialog.
Diffstat (limited to 'web/app/view/UserDialog.js')
-rw-r--r--web/app/view/UserDialog.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/web/app/view/UserDialog.js b/web/app/view/UserDialog.js
index 52ec933..dfe1a7c 100644
--- a/web/app/view/UserDialog.js
+++ b/web/app/view/UserDialog.js
@@ -155,6 +155,14 @@ Ext.define('Traccar.view.UserDialog', {
tooltip: Strings.sharedGetMapState,
tooltipType: 'title'
}, {
+ glyph: 'xf003@FontAwesome',
+ minWidth: 0,
+ handler: 'testMail',
+ hidden: true,
+ reference: 'testMailButton',
+ tooltip: Strings.sharedTestMail,
+ tooltipType: 'title'
+ }, {
xtype: 'tbfill'
}, {
glyph: 'xf00c@FontAwesome',