aboutsummaryrefslogtreecommitdiff
path: root/web/app/store/DeviceAttributes.js
diff options
context:
space:
mode:
authorAbyss777 <abyss@fox5.ru>2017-04-17 15:52:22 +0500
committerAbyss777 <abyss@fox5.ru>2017-04-17 15:52:22 +0500
commit22b764a71a450e4f4e8ad1a0439cf708e6bcd952 (patch)
tree0a8a9a9ff650e92fbf86e225afa7ae8ba35601a7 /web/app/store/DeviceAttributes.js
parentfbe7831f7765d62853641750b85861b19a2a8715 (diff)
downloadetbsa-traccar-web-22b764a71a450e4f4e8ad1a0439cf708e6bcd952.tar.gz
etbsa-traccar-web-22b764a71a450e4f4e8ad1a0439cf708e6bcd952.tar.bz2
etbsa-traccar-web-22b764a71a450e4f4e8ad1a0439cf708e6bcd952.zip
Translate known attributes
Diffstat (limited to 'web/app/store/DeviceAttributes.js')
-rw-r--r--web/app/store/DeviceAttributes.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/web/app/store/DeviceAttributes.js b/web/app/store/DeviceAttributes.js
index 9f1ec50..341a769 100644
--- a/web/app/store/DeviceAttributes.js
+++ b/web/app/store/DeviceAttributes.js
@@ -22,24 +22,31 @@ Ext.define('Traccar.store.DeviceAttributes', {
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: 'web.reportColor',
+ name: Strings.sharedAttributeWebReportColor,
type: 'color'
}, {
key: 'devicePassword',
+ name: Strings.sharedAttributeDevicePassword,
type: 'string'
}, {
key: 'processing.copyAttributes',
+ name: Strings.sharedAttributeProcessingCopyAttributes,
type: 'string'
}]
});