diff options
Diffstat (limited to 'web/app/view/edit/Geofences.js')
-rw-r--r-- | web/app/view/edit/Geofences.js | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/web/app/view/edit/Geofences.js b/web/app/view/edit/Geofences.js index 51fa7686..9c564bc3 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', |