diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2018-02-14 17:51:54 +1300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-14 17:51:54 +1300 |
commit | 482713b35cd4bd65ca161a27f68bd444c119fffc (patch) | |
tree | 796d6056763a4d7300c28cb2f87ee94a291864a9 /web/app/store/DeviceAttributes.js | |
parent | e9ca74e4decb8ab6d518cf0e4ef5e9949d446237 (diff) | |
parent | ee41515cb2012a0b369c814900de3ffa362d647c (diff) | |
download | trackermap-web-482713b35cd4bd65ca161a27f68bd444c119fffc.tar.gz trackermap-web-482713b35cd4bd65ca161a27f68bd444c119fffc.tar.bz2 trackermap-web-482713b35cd4bd65ca161a27f68bd444c119fffc.zip |
Merge pull request #650 from Abyss777/decoder_timezone
Add Decoder Timezone attribute
Diffstat (limited to 'web/app/store/DeviceAttributes.js')
-rw-r--r-- | web/app/store/DeviceAttributes.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/web/app/store/DeviceAttributes.js b/web/app/store/DeviceAttributes.js index 4b1d9204..c7a4abef 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' }] }); |