diff options
Diffstat (limited to 'web/app/view/GeofenceDialog.js')
-rw-r--r-- | web/app/view/GeofenceDialog.js | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/web/app/view/GeofenceDialog.js b/web/app/view/GeofenceDialog.js index 7b2112b3..f55a8b2e 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' @@ -56,6 +56,9 @@ Ext.define('Traccar.view.GeofenceDialog', { glyph: 'xf21d@FontAwesome', handler: 'onAreaClick' }, { + text: Strings.sharedAttributes, + handler: 'showAttributesView' + }, { xtype: 'tbfill' }, { glyph: 'xf00c@FontAwesome', |