aboutsummaryrefslogtreecommitdiff
path: root/web/app/store/GroupAttributes.js
diff options
context:
space:
mode:
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 baf2286..5ef2aa0 100644
--- a/web/app/store/GroupAttributes.js
+++ b/web/app/store/GroupAttributes.js
@@ -22,18 +22,23 @@ Ext.define('Traccar.store.GroupAttributes', {
data: [{
key: 'speedLimit',
+ name: Strings.sharedAttributeSpeedLimit,
type: 'number'
}, {
key: 'report.ignoreOdometer',
+ name: Strings.sharedAttributeReportIgnoreOdometer,
type: 'boolean'
}, {
key: 'maintenance.start',
+ name: Strings.sharedAttributeMaintenanceStart,
type: 'number'
}, {
key: 'maintenance.interval',
+ name: Strings.sharedAttributeMaintenanceInterval,
type: 'number'
}, {
key: 'processing.copyAttributes',
+ name: Strings.sharedAttributeProcessingCopyAttributes,
type: 'string'
}]
});