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/Events.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/app/view/Events.js') diff --git a/web/app/view/Events.js b/web/app/view/Events.js index ca1f3ea..3f4b575 100644 --- a/web/app/view/Events.js +++ b/web/app/view/Events.js @@ -17,7 +17,7 @@ */ Ext.define('Traccar.view.Events', { - extend: 'Ext.grid.Panel', + extend: 'Traccar.view.GridPanel', xtype: 'eventsView', requires: [ -- cgit v1.2.3