Mercurial > lada > lada-client
diff app/view/Viewport.js @ 1007:23bfcbdb4527
merged.
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Wed, 20 Jan 2016 17:33:33 +0100 |
parents | 7867752a0d58 |
children | af9879d72310 |
line wrap: on
line diff
--- a/app/view/Viewport.js Wed Jan 13 15:29:09 2016 +0100 +++ b/app/view/Viewport.js Wed Jan 20 17:33:33 2016 +0100 @@ -16,9 +16,8 @@ Ext.define('Lada.view.Viewport', { extend: 'Ext.container.Viewport', requires: [ - 'Lada.view.ProbenPlanungSwitcher', - 'Lada.view.FilterPanel', - 'Lada.view.grid.FilterResult' + 'Lada.view.ModeSwitcher', + 'Lada.view.FilterPanel' ], layout: 'fit', initComponent: function() { @@ -34,7 +33,6 @@ }, region: 'west', split: true, - border: 1, flex: 1, dockedItems: [{ xtype: 'toolbar', @@ -60,7 +58,7 @@ }] }], items: [{ - xtype: 'probenplanungswitcher', + xtype: 'modeswitcher', margin: '0, 10, 0, 10' }, { // Auswahl einer Abfrage. @@ -76,9 +74,10 @@ items: [] }] }, { - // Resultlist for the query. + xtype: 'panel', + layout: 'fit', + name: 'contentpanel', flex: 3, - xtype: 'filterresultgrid', hidden: false, region: 'center' }]