From ee41515cb2012a0b369c814900de3ffa362d647c Mon Sep 17 00:00:00 2001 From: Abyss777 Date: Wed, 14 Feb 2018 09:41:39 +0500 Subject: Add Decoder Timezone attribute --- web/app/store/DeviceAttributes.js | 5 +++++ web/app/store/GroupAttributes.js | 5 +++++ 2 files changed, 10 insertions(+) (limited to 'web') diff --git a/web/app/store/DeviceAttributes.js b/web/app/store/DeviceAttributes.js index 4b1d920..c7a4abe 100644 --- a/web/app/store/DeviceAttributes.js +++ b/web/app/store/DeviceAttributes.js @@ -31,5 +31,10 @@ Ext.define('Traccar.store.DeviceAttributes', { key: 'processing.copyAttributes', name: Strings.attributeProcessingCopyAttributes, valueType: 'string' + }, { + key: 'decoder.timezone', + name: Strings.sharedTimezone, + valueType: 'string', + dataType: 'timezone' }] }); 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' }] }); -- cgit v1.2.3