aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/edit/Notifications.js
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/edit/Notifications.js
parent464aa58c49ac5e04d419a68b6ee5bcf9d0c36798 (diff)
downloadtrackermap-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/edit/Notifications.js')
-rw-r--r--web/app/view/edit/Notifications.js14
1 files changed, 12 insertions, 2 deletions
diff --git a/web/app/view/edit/Notifications.js b/web/app/view/edit/Notifications.js
index e17100a4..36206825 100644
--- a/web/app/view/edit/Notifications.js
+++ b/web/app/view/edit/Notifications.js
@@ -1,6 +1,6 @@
/*
- * Copyright 2017 Anton Tananaev (anton@traccar.org)
- * Copyright 2017 Andrey Kunitsyn (andrey@traccar.org)
+ * Copyright 2017 - 2018 Anton Tananaev (anton@traccar.org)
+ * Copyright 2017 - 2018 Andrey Kunitsyn (andrey@traccar.org)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -74,6 +74,16 @@ Ext.define('Traccar.view.edit.Notifications', {
dataIndex: 'sms',
renderer: Traccar.AttributeFormatter.getFormatter('sms'),
filter: 'boolean'
+ }, {
+ text: Strings.sharedCalendar,
+ dataIndex: 'calendarId',
+ hidden: true,
+ filter: {
+ type: 'list',
+ labelField: 'name',
+ store: 'AllCalendars'
+ },
+ renderer: Traccar.AttributeFormatter.getFormatter('calendarId')
}]
}
});