aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/GeofenceDialog.js
diff options
context:
space:
mode:
authorAbyss777 <abyss@fox5.ru>2016-12-29 14:02:35 +0500
committerAbyss777 <abyss@fox5.ru>2016-12-29 14:02:35 +0500
commit1b8b172eaaab2aa738f45e39e3ca86a42d494bdd (patch)
treea2e4c3af788eebc033be2de809ae84012bd9fcc3 /web/app/view/GeofenceDialog.js
parent4b83eba6511c6333a3cefaef59055db7e7764e3d (diff)
downloadetbsa-traccar-web-1b8b172eaaab2aa738f45e39e3ca86a42d494bdd.tar.gz
etbsa-traccar-web-1b8b172eaaab2aa738f45e39e3ca86a42d494bdd.tar.bz2
etbsa-traccar-web-1b8b172eaaab2aa738f45e39e3ca86a42d494bdd.zip
Add support for geofence colors
Diffstat (limited to 'web/app/view/GeofenceDialog.js')
-rw-r--r--web/app/view/GeofenceDialog.js5
1 files changed, 4 insertions, 1 deletions
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'
@@ -56,6 +56,9 @@ Ext.define('Traccar.view.GeofenceDialog', {
glyph: 'xf21d@FontAwesome',
handler: 'onAreaClick'
}, {
+ text: Strings.sharedAttributes,
+ handler: 'showAttributesView'
+ }, {
xtype: 'tbfill'
}, {
glyph: 'xf00c@FontAwesome',