aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/dialog
diff options
context:
space:
mode:
authorAbyss777 <abyss@fox5.ru>2018-03-19 12:34:49 +0500
committerAbyss777 <abyss@fox5.ru>2018-03-19 12:34:49 +0500
commitebccd5864e93312321c0226d603e453f6cdeec25 (patch)
treeaa8355566da6cf6064b4119c07ecc39feae326d7 /web/app/view/dialog
parent464aa58c49ac5e04d419a68b6ee5bcf9d0c36798 (diff)
downloadetbsa-traccar-web-ebccd5864e93312321c0226d603e453f6cdeec25.tar.gz
etbsa-traccar-web-ebccd5864e93312321c0226d603e453f6cdeec25.tar.bz2
etbsa-traccar-web-ebccd5864e93312321c0226d603e453f6cdeec25.zip
Add Calendar column to some grids
Diffstat (limited to 'web/app/view/dialog')
-rw-r--r--web/app/view/dialog/Notification.js8
1 files changed, 7 insertions, 1 deletions
diff --git a/web/app/view/dialog/Notification.js b/web/app/view/dialog/Notification.js
index f4204cb..4cba519 100644
--- a/web/app/view/dialog/Notification.js
+++ b/web/app/view/dialog/Notification.js
@@ -66,7 +66,13 @@ Ext.define('Traccar.view.dialog.Notification', {
uncheckedValue: false,
name: 'sms',
fieldLabel: Strings.notificationSms
- }, {
+ }]
+ }, {
+ xtype: 'fieldset',
+ title: Strings.sharedExtra,
+ collapsible: true,
+ collapsed: true,
+ items: [{
xtype: 'clearableComboBox',
reference: 'calendarCombo',
name: 'calendarId',