diff options
author | Abyss777 <abyss@fox5.ru> | 2016-12-29 14:02:35 +0500 |
---|---|---|
committer | Abyss777 <abyss@fox5.ru> | 2016-12-29 14:02:35 +0500 |
commit | 1b8b172eaaab2aa738f45e39e3ca86a42d494bdd (patch) | |
tree | a2e4c3af788eebc033be2de809ae84012bd9fcc3 /web/app/view/GeofenceDialog.js | |
parent | 4b83eba6511c6333a3cefaef59055db7e7764e3d (diff) | |
download | trackermap-web-1b8b172eaaab2aa738f45e39e3ca86a42d494bdd.tar.gz trackermap-web-1b8b172eaaab2aa738f45e39e3ca86a42d494bdd.tar.bz2 trackermap-web-1b8b172eaaab2aa738f45e39e3ca86a42d494bdd.zip |
Add support for geofence colors
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', |