mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-07-27 09:59:33 +00:00
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:
parent
000c4018bc
commit
4dce154f87
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user