aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/GeofenceDialog.js
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2016-12-16 13:51:56 +1300
committerGitHub <noreply@github.com>2016-12-16 13:51:56 +1300
commit5c39421a9840cdbfd5a339824394a6f4d86542db (patch)
treeb38f4a1510f27e4101679a6e53e708a2b0159a95 /web/app/view/GeofenceDialog.js
parentae00f68435077b1824b70081bff59aa5bad58078 (diff)
parent0ef6dfe719c7d6e491f0f05e9c7838ff7c8dbef2 (diff)
downloadetbsa-traccar-web-5c39421a9840cdbfd5a339824394a6f4d86542db.tar.gz
etbsa-traccar-web-5c39421a9840cdbfd5a339824394a6f4d86542db.tar.bz2
etbsa-traccar-web-5c39421a9840cdbfd5a339824394a6f4d86542db.zip
Merge pull request #358 from Abyss777/calendars
Calendars implementation
Diffstat (limited to 'web/app/view/GeofenceDialog.js')
-rw-r--r--web/app/view/GeofenceDialog.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/web/app/view/GeofenceDialog.js b/web/app/view/GeofenceDialog.js
index 9f5bdbf..7b2112b 100644
--- a/web/app/view/GeofenceDialog.js
+++ b/web/app/view/GeofenceDialog.js
@@ -36,6 +36,14 @@ Ext.define('Traccar.view.GeofenceDialog', {
name: 'description',
fieldLabel: Strings.sharedDescription
}, {
+ xtype: 'combobox',
+ name: 'calendarId',
+ store: 'Calendars',
+ queryMode: 'local',
+ displayField: 'name',
+ valueField: 'id',
+ fieldLabel: Strings.sharedCalendar
+ }, {
xtype: 'hiddenfield',
name: 'area',
allowBlank: false,