From 9c9ccd047c3cf532f8d22f2d27fe0d1b5c5066e4 Mon Sep 17 00:00:00 2001 From: Renaud Le Gac <legac@cppm.in2p3.fr> Date: Wed, 4 Feb 2015 11:20:57 +0100 Subject: [PATCH] Use in the version view the App.panel.Grid instead of the Ext.panel.Grid. --- views/plugin_dbui/versions.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/views/plugin_dbui/versions.html b/views/plugin_dbui/versions.html index 97bf524c..da008a1e 100644 --- a/views/plugin_dbui/versions.html +++ b/views/plugin_dbui/versions.html @@ -37,9 +37,7 @@ // // instantiate the grid showing version numbers // - - console.log(1, cfgStore); - var grid = Ext.create('Ext.grid.Panel', { + var grid = Ext.create('App.grid.Panel', { plugins: ['pGridExport'], store: cfgStore, columns: [ -- GitLab