aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/GeofenceDialog.js
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2016-12-29 22:37:47 +1300
committerGitHub <noreply@github.com>2016-12-29 22:37:47 +1300
commit3362bc6315a7711b40649ee3a07fbfc8b0ff4ef8 (patch)
tree3156cbf7fd36a77badcdd7cd9a6cebbdf22f366d /web/app/view/GeofenceDialog.js
parent4b83eba6511c6333a3cefaef59055db7e7764e3d (diff)
parent9099fd92f984b26090072f6553dff55b713589d7 (diff)
downloadetbsa-traccar-web-3362bc6315a7711b40649ee3a07fbfc8b0ff4ef8.tar.gz
etbsa-traccar-web-3362bc6315a7711b40649ee3a07fbfc8b0ff4ef8.tar.bz2
etbsa-traccar-web-3362bc6315a7711b40649ee3a07fbfc8b0ff4ef8.zip
Merge pull request #376 from Abyss777/color_geofences
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',