remove unneccesary title and border

since the 'search' panel is now a subcomponent of a tab,
the title here shows a redundant title bar, and we have
an unwanted border

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
Dominik Csapak 2016-04-01 08:59:19 +02:00 committed by Dietmar Maurer
parent 000c4018bc
commit 4dce154f87

View File

@ -2,7 +2,7 @@ Ext.define('PVE.grid.ResourceGrid', {
extend: 'Ext.grid.GridPanel', extend: 'Ext.grid.GridPanel',
alias: ['widget.pveResourceGrid'], alias: ['widget.pveResourceGrid'],
title: gettext('Search'), border: false,
initComponent : function() { initComponent : function() {
var me = this; var me = this;