aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/Notifications.js
diff options
context:
space:
mode:
authorAbyss777 <abyss@fox5.ru>2017-02-20 14:03:47 +0500
committerAbyss777 <abyss@fox5.ru>2017-02-27 10:51:28 +0500
commit274b412718b81deba404a1d10ae83d5d3c82238a (patch)
tree729c61be0b309cb8e0d0d12e8dbe65df535ad00a /web/app/view/Notifications.js
parent66171b939e4d20ecae0014bb61862e1880e9c6c5 (diff)
downloadetbsa-traccar-web-274b412718b81deba404a1d10ae83d5d3c82238a.tar.gz
etbsa-traccar-web-274b412718b81deba404a1d10ae83d5d3c82238a.tar.bz2
etbsa-traccar-web-274b412718b81deba404a1d10ae83d5d3c82238a.zip
Add SMS to notifications and phone to user
Diffstat (limited to 'web/app/view/Notifications.js')
-rw-r--r--web/app/view/Notifications.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/web/app/view/Notifications.js b/web/app/view/Notifications.js
index 8f6ca48..0f6552a 100644
--- a/web/app/view/Notifications.js
+++ b/web/app/view/Notifications.js
@@ -59,6 +59,13 @@ Ext.define('Traccar.view.Notifications', {
listeners: {
checkChange: 'onCheckChange'
}
+ }, {
+ text: Strings.notificationSms,
+ dataIndex: 'sms',
+ xtype: 'checkcolumn',
+ listeners: {
+ checkChange: 'onCheckChange'
+ }
}]
}
});