aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/edit/Devices.js
diff options
context:
space:
mode:
authorAnton Tananaev <anton@traccar.org>2023-04-23 07:57:34 -0700
committerAnton Tananaev <anton@traccar.org>2023-04-23 07:57:34 -0700
commit8bf5fd13490ef4b288315e507d8554d7aa356b23 (patch)
tree782c952825467f8578297ed27a08348df19ee1cd /web/app/view/edit/Devices.js
parent4dbdea0ba08b02b5bce673dba1447765fd4e3515 (diff)
downloadtrackermap-web-8bf5fd13490ef4b288315e507d8554d7aa356b23.tar.gz
trackermap-web-8bf5fd13490ef4b288315e507d8554d7aa356b23.tar.bz2
trackermap-web-8bf5fd13490ef4b288315e507d8554d7aa356b23.zip
Remove geofence ids
Diffstat (limited to 'web/app/view/edit/Devices.js')
-rw-r--r--web/app/view/edit/Devices.js22
1 files changed, 0 insertions, 22 deletions
diff --git a/web/app/view/edit/Devices.js b/web/app/view/edit/Devices.js
index 21fdb32a..5f54202a 100644
--- a/web/app/view/edit/Devices.js
+++ b/web/app/view/edit/Devices.js
@@ -135,28 +135,6 @@ Ext.define('Traccar.view.edit.Devices', {
hidden: true,
filter: 'boolean'
}, {
- text: Strings.sharedGeofences,
- dataIndex: 'geofenceIds',
- hidden: true,
- filter: {
- type: 'arraylist',
- idField: 'id',
- labelField: 'name',
- store: 'Geofences'
- },
- renderer: function (value) {
- var i, name, result = '';
- if (Ext.isArray(value)) {
- for (i = 0; i < value.length; i++) {
- name = Traccar.AttributeFormatter.geofenceIdFormatter(value[i]);
- if (name) {
- result += name + (i < value.length - 1 ? ', ' : '');
- }
- }
- }
- return result;
- }
- }, {
text: Strings.deviceStatus,
dataIndex: 'status',
filter: {