diff options
author | Abyss777 <abyss@fox5.ru> | 2017-04-18 09:01:50 +0500 |
---|---|---|
committer | Abyss777 <abyss@fox5.ru> | 2017-04-18 09:01:50 +0500 |
commit | 6c8e4716489bc5d05a0c7794ee1cee342de417e3 (patch) | |
tree | 07e5f41ac1629633df55819bb2c93b3fda384b0b /web/app/store/DeviceAttributes.js | |
parent | 22b764a71a450e4f4e8ad1a0439cf708e6bcd952 (diff) | |
download | trackermap-web-6c8e4716489bc5d05a0c7794ee1cee342de417e3.tar.gz trackermap-web-6c8e4716489bc5d05a0c7794ee1cee342de417e3.tar.bz2 trackermap-web-6c8e4716489bc5d05a0c7794ee1cee342de417e3.zip |
Remove shared prefix
Diffstat (limited to 'web/app/store/DeviceAttributes.js')
-rw-r--r-- | web/app/store/DeviceAttributes.js | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/web/app/store/DeviceAttributes.js b/web/app/store/DeviceAttributes.js index 341a7691..a4303546 100644 --- a/web/app/store/DeviceAttributes.js +++ b/web/app/store/DeviceAttributes.js @@ -22,31 +22,31 @@ Ext.define('Traccar.store.DeviceAttributes', { data: [{ key: 'speedLimit', - name: Strings.sharedAttributeSpeedLimit, + name: Strings.attributeSpeedLimit, type: 'number' }, { key: 'report.ignoreOdometer', - name: Strings.sharedAttributeReportIgnoreOdometer, + name: Strings.attributeReportIgnoreOdometer, type: 'boolean' }, { key: 'maintenance.start', - name: Strings.sharedAttributeMaintenanceStart, + name: Strings.attributeMaintenanceStart, type: 'number' }, { key: 'maintenance.interval', - name: Strings.sharedAttributeMaintenanceInterval, + name: Strings.attributeMaintenanceInterval, type: 'number' }, { key: 'web.reportColor', - name: Strings.sharedAttributeWebReportColor, + name: Strings.attributeWebReportColor, type: 'color' }, { key: 'devicePassword', - name: Strings.sharedAttributeDevicePassword, + name: Strings.attributeDevicePassword, type: 'string' }, { key: 'processing.copyAttributes', - name: Strings.sharedAttributeProcessingCopyAttributes, + name: Strings.attributeProcessingCopyAttributes, type: 'string' }] }); |