aboutsummaryrefslogtreecommitdiff
path: root/web/app/model
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2017-05-19 16:56:08 +1200
committerGitHub <noreply@github.com>2017-05-19 16:56:08 +1200
commitf5d4d3bf8a4d12f4739407f8f25bba3c572df649 (patch)
tree71c3807a69c69b9e8659d873ee4400cd835b699c /web/app/model
parent31187bc2a3ae41ab553a6472b7592895e3641fe8 (diff)
parent8caf621e9adbeb99093076335679813a8a6e8ffe (diff)
downloadetbsa-traccar-web-f5d4d3bf8a4d12f4739407f8f25bba3c572df649.tar.gz
etbsa-traccar-web-f5d4d3bf8a4d12f4739407f8f25bba3c572df649.tar.bz2
etbsa-traccar-web-f5d4d3bf8a4d12f4739407f8f25bba3c572df649.zip
Merge pull request #490 from Abyss777/position_attributes
Implement known position attributes
Diffstat (limited to 'web/app/model')
-rw-r--r--web/app/model/KnownAttribute.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/web/app/model/KnownAttribute.js b/web/app/model/KnownAttribute.js
index 9bb14db..f6f41a7 100644
--- a/web/app/model/KnownAttribute.js
+++ b/web/app/model/KnownAttribute.js
@@ -26,7 +26,10 @@ Ext.define('Traccar.model.KnownAttribute', {
name: 'name',
type: 'string'
}, {
- name: 'type',
+ name: 'valueType',
+ type: 'string'
+ }, {
+ name: 'dataType',
type: 'string'
}]
});