aboutsummaryrefslogtreecommitdiff
path: root/web/app/store/GroupAttributes.js
diff options
context:
space:
mode:
authorAbyss777 <abyss@fox5.ru>2018-02-14 09:41:39 +0500
committerAbyss777 <abyss@fox5.ru>2018-02-14 09:41:39 +0500
commitee41515cb2012a0b369c814900de3ffa362d647c (patch)
tree796d6056763a4d7300c28cb2f87ee94a291864a9 /web/app/store/GroupAttributes.js
parente9ca74e4decb8ab6d518cf0e4ef5e9949d446237 (diff)
downloadetbsa-traccar-web-ee41515cb2012a0b369c814900de3ffa362d647c.tar.gz
etbsa-traccar-web-ee41515cb2012a0b369c814900de3ffa362d647c.tar.bz2
etbsa-traccar-web-ee41515cb2012a0b369c814900de3ffa362d647c.zip
Add Decoder Timezone attribute
Diffstat (limited to 'web/app/store/GroupAttributes.js')
-rw-r--r--web/app/store/GroupAttributes.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/web/app/store/GroupAttributes.js b/web/app/store/GroupAttributes.js
index 9389db1..589e4ec 100644
--- a/web/app/store/GroupAttributes.js
+++ b/web/app/store/GroupAttributes.js
@@ -23,5 +23,10 @@ Ext.define('Traccar.store.GroupAttributes', {
key: 'processing.copyAttributes',
name: Strings.attributeProcessingCopyAttributes,
valueType: 'string'
+ }, {
+ key: 'decoder.timezone',
+ name: Strings.sharedTimezone,
+ valueType: 'string',
+ dataType: 'timezone'
}]
});