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/model/KnownAttribute.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/model/KnownAttribute.js')
-rw-r--r-- | web/app/model/KnownAttribute.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/web/app/model/KnownAttribute.js b/web/app/model/KnownAttribute.js index 8e578d98..9bb14dba 100644 --- a/web/app/model/KnownAttribute.js +++ b/web/app/model/KnownAttribute.js @@ -23,6 +23,9 @@ Ext.define('Traccar.model.KnownAttribute', { name: 'key', type: 'string' }, { + name: 'name', + type: 'string' + }, { name: 'type', type: 'string' }] |