Mercurial > lada > lada-client
diff app/view/Viewport.js @ 28:4d60b9ebce15
Renamed sql modul into search. Further display The query selection as Combobox
instead of a grid.
author | Torsten Irländer <torsten.irlaender@intevation.de> |
---|---|
date | Thu, 16 May 2013 17:55:53 +0200 |
parents | f964a50bfe57 |
children | 897e3100c6da |
line wrap: on
line diff
--- a/app/view/Viewport.js Fri May 10 12:24:45 2013 +0200 +++ b/app/view/Viewport.js Thu May 16 17:55:53 2013 +0200 @@ -1,8 +1,8 @@ Ext.define('Lada.view.Viewport' ,{ extend: 'Ext.container.Viewport', requires: [ - 'Lada.view.sql.List', - 'Lada.view.sql.Variables', + 'Lada.view.search.List', + 'Lada.view.search.Variables', 'Lada.view.proben.List' ], initComponent: function() { @@ -13,7 +13,7 @@ bodyPadding: '10 10', items: [ { - xtype: 'sqllist', + xtype: 'queryselector', margin: '0 0 10 0' }, // Variables settings for the current selected sql statement.