From 274b412718b81deba404a1d10ae83d5d3c82238a Mon Sep 17 00:00:00 2001 From: Abyss777 Date: Mon, 20 Feb 2017 14:03:47 +0500 Subject: Add SMS to notifications and phone to user --- web/app/view/Notifications.js | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'web/app/view/Notifications.js') 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' + } }] } }); -- cgit v1.2.3