aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/edit/Geofences.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/app/view/edit/Geofences.js')
-rw-r--r--web/app/view/edit/Geofences.js5
1 files changed, 1 insertions, 4 deletions
diff --git a/web/app/view/edit/Geofences.js b/web/app/view/edit/Geofences.js
index 51fa768..9c564bc 100644
--- a/web/app/view/edit/Geofences.js
+++ b/web/app/view/edit/Geofences.js
@@ -16,17 +16,14 @@
*/
Ext.define('Traccar.view.edit.Geofences', {
- extend: 'Ext.grid.Panel',
+ extend: 'Traccar.view.GridPanel',
xtype: 'geofencesView',
requires: [
- 'Ext.grid.filters.Filters',
'Traccar.view.edit.GeofencesController',
'Traccar.view.edit.Toolbar'
],
- plugins: 'gridfilters',
-
controller: 'geofences',
store: 'Geofences',