diff options
Diffstat (limited to 'web/app')
-rw-r--r-- | web/app/store/DeviceAttributes.js | 5 | ||||
-rw-r--r-- | web/app/store/GroupAttributes.js | 5 |
2 files changed, 10 insertions, 0 deletions
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' }] }); |