[pve-devel] [PATCH manager 2/3] remove unneccesary title and border
Dominik Csapak
d.csapak at proxmox.com
Fri Apr 1 08:59:19 CEST 2016
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 at proxmox.com>
---
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 4de24f8..99e9164 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;
--
2.1.4
More information about the pve-devel
mailing list