]> git.proxmox.com Git - pve-manager.git/commitdiff
remove unneccesary title and border
authorDominik Csapak <d.csapak@proxmox.com>
Fri, 1 Apr 2016 06:59:19 +0000 (08:59 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 1 Apr 2016 07:06:59 +0000 (09:06 +0200)
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>
www/manager6/grid/ResourceGrid.js

index 4de24f82a7edde8cacb930c0730071f0fe789569..99e91646dee86b7bcda05304cbf09484869b51f0 100644 (file)
@@ -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;