diff options
author | Abyss777 <abyss@fox5.ru> | 2017-04-17 15:52:22 +0500 |
---|---|---|
committer | Abyss777 <abyss@fox5.ru> | 2017-04-17 15:52:22 +0500 |
commit | 22b764a71a450e4f4e8ad1a0439cf708e6bcd952 (patch) | |
tree | 0a8a9a9ff650e92fbf86e225afa7ae8ba35601a7 /web/app/store/GeofenceAttributes.js | |
parent | fbe7831f7765d62853641750b85861b19a2a8715 (diff) | |
download | trackermap-web-22b764a71a450e4f4e8ad1a0439cf708e6bcd952.tar.gz trackermap-web-22b764a71a450e4f4e8ad1a0439cf708e6bcd952.tar.bz2 trackermap-web-22b764a71a450e4f4e8ad1a0439cf708e6bcd952.zip |
Translate known attributes
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' }] }); |