aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/edit/DevicesController.js
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2017-07-23 22:36:05 +1200
committerGitHub <noreply@github.com>2017-07-23 22:36:05 +1200
commit33eafa3dd89b517fe0b06394eb2edfebd131cb33 (patch)
tree7f6f4f267fbbbcf9090d0b003fc7a9d91f37b5e9 /web/app/view/edit/DevicesController.js
parentfa5f3054efe7ca926f49f19da45013e1cf1ed81c (diff)
parent58919b078db6c163f47bcf03dcc576bb5c3ac56f (diff)
downloadetbsa-traccar-web-33eafa3dd89b517fe0b06394eb2edfebd131cb33.tar.gz
etbsa-traccar-web-33eafa3dd89b517fe0b06394eb2edfebd131cb33.tar.bz2
etbsa-traccar-web-33eafa3dd89b517fe0b06394eb2edfebd131cb33.zip
Merge pull request #531 from Abyss777/refactor_managers
Refactor managers
Diffstat (limited to 'web/app/view/edit/DevicesController.js')
-rw-r--r--web/app/view/edit/DevicesController.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/web/app/view/edit/DevicesController.js b/web/app/view/edit/DevicesController.js
index 48c5f5b..9de298c 100644
--- a/web/app/view/edit/DevicesController.js
+++ b/web/app/view/edit/DevicesController.js
@@ -73,7 +73,6 @@ Ext.define('Traccar.view.edit.DevicesController', {
baseObjectName: 'deviceId',
linkObjectName: 'geofenceId',
storeName: 'Geofences',
- urlApi: 'api/devices/geofences',
baseObject: device.getId()
}
}).show();
@@ -88,7 +87,6 @@ Ext.define('Traccar.view.edit.DevicesController', {
baseObjectName: 'deviceId',
linkObjectName: 'attributeId',
storeName: 'ComputedAttributes',
- urlApi: 'api/devices/attributes',
baseObject: device.getId()
}
}).show();
@@ -103,7 +101,6 @@ Ext.define('Traccar.view.edit.DevicesController', {
baseObjectName: 'deviceId',
linkObjectName: 'driverId',
storeName: 'Drivers',
- urlApi: 'api/devices/drivers',
baseObject: device.getId()
}
}).show();