diff options
author | Abyss777 <abyss@fox5.ru> | 2017-09-07 09:12:34 +0500 |
---|---|---|
committer | Abyss777 <abyss@fox5.ru> | 2017-09-07 09:12:34 +0500 |
commit | e4acd577b0f4d83780d8101c3dc5ba177d649604 (patch) | |
tree | 28eea451b90f96be8b1355a0ea8c7c4e67485a12 /web/app/model | |
parent | 019fccd1bd4a123fe93228462b33f14889b23394 (diff) | |
download | etbsa-traccar-web-e4acd577b0f4d83780d8101c3dc5ba177d649604.tar.gz etbsa-traccar-web-e4acd577b0f4d83780d8101c3dc5ba177d649604.tar.bz2 etbsa-traccar-web-e4acd577b0f4d83780d8101c3dc5ba177d649604.zip |
- Save attributes with correct types
- Make two toolbars scrollable
Diffstat (limited to 'web/app/model')
-rw-r--r-- | web/app/model/Attribute.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/web/app/model/Attribute.js b/web/app/model/Attribute.js index a4aba97..b1586a7 100644 --- a/web/app/model/Attribute.js +++ b/web/app/model/Attribute.js @@ -25,8 +25,7 @@ Ext.define('Traccar.model.Attribute', { name: 'name', type: 'string' }, { - name: 'value', - type: 'string' + name: 'value' }, { name: 'attribute', type: 'string' |