diff options
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' }] |