aboutsummaryrefslogtreecommitdiff
path: root/web/app
diff options
context:
space:
mode:
authorAbyss777 <abyss@fox5.ru>2017-09-26 17:21:18 +0500
committerAbyss777 <abyss@fox5.ru>2017-09-26 17:21:18 +0500
commit5b8306084be0e203801c7e25d4084ef0b56b724c (patch)
treee9b5f6648996aa846863ad954cd08b6653782345 /web/app
parent9f7a04a6bf64554e3d2adccac9698801a0f47296 (diff)
downloadetbsa-traccar-web-5b8306084be0e203801c7e25d4084ef0b56b724c.tar.gz
etbsa-traccar-web-5b8306084be0e203801c7e25d4084ef0b56b724c.tar.bz2
etbsa-traccar-web-5b8306084be0e203801c7e25d4084ef0b56b724c.zip
Add roaming and steps attributes
Diffstat (limited to 'web/app')
-rw-r--r--web/app/store/PositionAttributes.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/web/app/store/PositionAttributes.js b/web/app/store/PositionAttributes.js
index e457daf..c8feb0a 100644
--- a/web/app/store/PositionAttributes.js
+++ b/web/app/store/PositionAttributes.js
@@ -57,6 +57,10 @@ Ext.define('Traccar.store.PositionAttributes', {
name: Strings.positionGps,
valueType: 'number'
}, {
+ key: 'roaming',
+ name: Strings.positionRoaming,
+ valueType: 'boolean'
+ }, {
key: 'event',
name: Strings.positionEvent,
valueType: 'string'
@@ -88,6 +92,10 @@ Ext.define('Traccar.store.PositionAttributes', {
name: Strings.positionHours,
valueType: 'string'
}, {
+ key: 'steps',
+ name: Strings.positionSteps,
+ valueType: 'number'
+ }, {
key: 'input',
name: Strings.positionInput,
valueType: 'string'