diff options
author | Abyss777 <abyss@fox5.ru> | 2017-02-20 14:03:47 +0500 |
---|---|---|
committer | Abyss777 <abyss@fox5.ru> | 2017-02-27 10:51:28 +0500 |
commit | 274b412718b81deba404a1d10ae83d5d3c82238a (patch) | |
tree | 729c61be0b309cb8e0d0d12e8dbe65df535ad00a /web/app/model/Notification.js | |
parent | 66171b939e4d20ecae0014bb61862e1880e9c6c5 (diff) | |
download | trackermap-web-274b412718b81deba404a1d10ae83d5d3c82238a.tar.gz trackermap-web-274b412718b81deba404a1d10ae83d5d3c82238a.tar.bz2 trackermap-web-274b412718b81deba404a1d10ae83d5d3c82238a.zip |
Add SMS to notifications and phone to user
Diffstat (limited to 'web/app/model/Notification.js')
-rw-r--r-- | web/app/model/Notification.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/web/app/model/Notification.js b/web/app/model/Notification.js index 54f6674c..3ae13c05 100644 --- a/web/app/model/Notification.js +++ b/web/app/model/Notification.js @@ -36,5 +36,8 @@ Ext.define('Traccar.model.Notification', { }, { name: 'mail', type: 'bool' + }, { + name: 'sms', + type: 'bool' }] }); |