diff options
author | Abyss777 <abyss@fox5.ru> | 2017-07-14 12:39:04 +0500 |
---|---|---|
committer | Abyss777 <abyss@fox5.ru> | 2017-07-14 13:33:29 +0500 |
commit | d40b862b56075e1544d3ed117576e05354b398a1 (patch) | |
tree | 77631b518eacf8b9a59d9785068624e5ef52003f /web/app/store | |
parent | 4c5cfa14db69d4f7687c7187c81a36b959a0f415 (diff) | |
download | trackermap-web-d40b862b56075e1544d3ed117576e05354b398a1.tar.gz trackermap-web-d40b862b56075e1544d3ed117576e05354b398a1.tar.bz2 trackermap-web-d40b862b56075e1544d3ed117576e05354b398a1.zip |
Implement driverChanged event instead of driverUnauthorized
Diffstat (limited to 'web/app/store')
-rw-r--r-- | web/app/store/PositionAttributes.js | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/web/app/store/PositionAttributes.js b/web/app/store/PositionAttributes.js index 44bfa92f..c3d6d180 100644 --- a/web/app/store/PositionAttributes.js +++ b/web/app/store/PositionAttributes.js @@ -121,10 +121,6 @@ Ext.define('Traccar.store.PositionAttributes', { valueType: 'number', dataType: 'consumption' }, { - key: 'rfid', - name: Strings.positionRfid, - valueType: 'string' - }, { key: 'versionFw', name: Strings.positionVersionFw, valueType: 'string' |