mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-14 10:15:28 +00:00
ui: config panel: xtype should be first property
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
8538f6f0b9
commit
7a6de7fecc
@ -211,10 +211,10 @@ Ext.define('PVE.panel.Config', {
|
||||
me.items = me.items || [];
|
||||
if (me.showSearch) {
|
||||
me.items.unshift({
|
||||
xtype: 'pveResourceGrid',
|
||||
itemId: 'search',
|
||||
title: gettext('Search'),
|
||||
iconCls: 'fa fa-search',
|
||||
xtype: 'pveResourceGrid',
|
||||
pveSelNode: me.pveSelNode,
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user