diff options
Diffstat (limited to 'web/app/model/Attribute.js')
-rw-r--r-- | web/app/model/Attribute.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/web/app/model/Attribute.js b/web/app/model/Attribute.js index d30ddf85..b82fecfb 100644 --- a/web/app/model/Attribute.js +++ b/web/app/model/Attribute.js @@ -27,5 +27,8 @@ Ext.define('Traccar.model.Attribute', { }, { name: 'value', type: 'string' + }, { + name: 'attribute', + type: 'string' }] }); |