From 41a18fef939d249ae5ed9ac4ae35c0a4e5ed8770 Mon Sep 17 00:00:00 2001 From: Abyss777 Date: Tue, 17 Oct 2017 17:02:47 +0500 Subject: Implement base Grid Panel class with common configs --- web/app/view/edit/Geofences.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'web/app/view/edit/Geofences.js') 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', -- cgit v1.2.3