From 4dce154f87b63af6fb50a9b0fd87b1cb097c87f7 Mon Sep 17 00:00:00 2001 From: Dominik Csapak Date: Fri, 1 Apr 2016 08:59:19 +0200 Subject: [PATCH] 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 --- www/manager6/grid/ResourceGrid.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/manager6/grid/ResourceGrid.js b/www/manager6/grid/ResourceGrid.js index 4de24f82..99e91646 100644 --- a/www/manager6/grid/ResourceGrid.js +++ b/www/manager6/grid/ResourceGrid.js @@ -2,7 +2,7 @@ Ext.define('PVE.grid.ResourceGrid', { extend: 'Ext.grid.GridPanel', alias: ['widget.pveResourceGrid'], - title: gettext('Search'), + border: false, initComponent : function() { var me = this;