diff options
author | Abyss777 <abyss@fox5.ru> | 2018-03-19 12:34:49 +0500 |
---|---|---|
committer | Abyss777 <abyss@fox5.ru> | 2018-03-19 12:34:49 +0500 |
commit | ebccd5864e93312321c0226d603e453f6cdeec25 (patch) | |
tree | aa8355566da6cf6064b4119c07ecc39feae326d7 /web/app/view/dialog | |
parent | 464aa58c49ac5e04d419a68b6ee5bcf9d0c36798 (diff) | |
download | trackermap-web-ebccd5864e93312321c0226d603e453f6cdeec25.tar.gz trackermap-web-ebccd5864e93312321c0226d603e453f6cdeec25.tar.bz2 trackermap-web-ebccd5864e93312321c0226d603e453f6cdeec25.zip |
Add Calendar column to some grids
Diffstat (limited to 'web/app/view/dialog')
-rw-r--r-- | web/app/view/dialog/Notification.js | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/web/app/view/dialog/Notification.js b/web/app/view/dialog/Notification.js index f4204cb9..4cba519c 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', |