From 1b8b172eaaab2aa738f45e39e3ca86a42d494bdd Mon Sep 17 00:00:00 2001 From: Abyss777 Date: Thu, 29 Dec 2016 14:02:35 +0500 Subject: Add support for geofence colors --- web/app/view/GeofenceDialog.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'web/app/view/GeofenceDialog.js') diff --git a/web/app/view/GeofenceDialog.js b/web/app/view/GeofenceDialog.js index 7b2112b..f55a8b2 100644 --- a/web/app/view/GeofenceDialog.js +++ b/web/app/view/GeofenceDialog.js @@ -16,7 +16,7 @@ */ Ext.define('Traccar.view.GeofenceDialog', { - extend: 'Traccar.view.BaseDialog', + extend: 'Traccar.view.BaseEditDialog', requires: [ 'Traccar.view.GeofenceDialogController' @@ -55,6 +55,9 @@ Ext.define('Traccar.view.GeofenceDialog', { text: Strings.sharedArea, glyph: 'xf21d@FontAwesome', handler: 'onAreaClick' + }, { + text: Strings.sharedAttributes, + handler: 'showAttributesView' }, { xtype: 'tbfill' }, { -- cgit v1.2.3