diff options
author | Abyss777 <abyss@fox5.ru> | 2017-08-18 15:40:39 +0500 |
---|---|---|
committer | Abyss777 <abyss@fox5.ru> | 2017-08-18 15:40:39 +0500 |
commit | f26159a40b3b23fbd63de312f121b1fe1bf64bd1 (patch) | |
tree | e11eb5ae16c18feaa24844aae8305de472e140b1 /web/app/store/GroupAttributes.js | |
parent | d1d7d230a0262d9f6ae05f1c4c6718699edb8de3 (diff) | |
download | trackermap-web-f26159a40b3b23fbd63de312f121b1fe1bf64bd1.tar.gz trackermap-web-f26159a40b3b23fbd63de312f121b1fe1bf64bd1.tar.bz2 trackermap-web-f26159a40b3b23fbd63de312f121b1fe1bf64bd1.zip |
- Detach common known attributes
- Rename function
Diffstat (limited to 'web/app/store/GroupAttributes.js')
-rw-r--r-- | web/app/store/GroupAttributes.js | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/web/app/store/GroupAttributes.js b/web/app/store/GroupAttributes.js index 2a2765f5..9389db1c 100644 --- a/web/app/store/GroupAttributes.js +++ b/web/app/store/GroupAttributes.js @@ -18,28 +18,8 @@ Ext.define('Traccar.store.GroupAttributes', { extend: 'Ext.data.Store', model: 'Traccar.model.KnownAttribute', - proxy: 'memory', data: [{ - key: 'speedLimit', - name: Strings.attributeSpeedLimit, - valueType: 'number', - dataType: 'speed' - }, { - key: 'report.ignoreOdometer', - name: Strings.attributeReportIgnoreOdometer, - valueType: 'boolean' - }, { - key: 'maintenance.start', - name: Strings.attributeMaintenanceStart, - valueType: 'number', - dataType: 'distance' - }, { - key: 'maintenance.interval', - name: Strings.attributeMaintenanceInterval, - valueType: 'number', - dataType: 'distance' - }, { key: 'processing.copyAttributes', name: Strings.attributeProcessingCopyAttributes, valueType: 'string' |