diff options
Diffstat (limited to 'web/app/store/GeofenceAttributes.js')
-rw-r--r-- | web/app/store/GeofenceAttributes.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/app/store/GeofenceAttributes.js b/web/app/store/GeofenceAttributes.js index 79217f68..d8c8bb9f 100644 --- a/web/app/store/GeofenceAttributes.js +++ b/web/app/store/GeofenceAttributes.js @@ -22,6 +22,7 @@ Ext.define('Traccar.store.GeofenceAttributes', { data: [{ key: 'color', + name: Strings.sharedAttributeColor, type: 'color' }] }); |