aboutsummaryrefslogtreecommitdiff
path: root/web/app/model/Attribute.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/app/model/Attribute.js')
-rw-r--r--web/app/model/Attribute.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/web/app/model/Attribute.js b/web/app/model/Attribute.js
index d30ddf8..7bf5beb 100644
--- a/web/app/model/Attribute.js
+++ b/web/app/model/Attribute.js
@@ -27,5 +27,11 @@ Ext.define('Traccar.model.Attribute', {
}, {
name: 'value',
type: 'string'
+ }, {
+ name: 'attribute',
+ type: 'string'
+ }, {
+ name: 'alias',
+ type: 'string'
}]
});