]> git.proxmox.com Git - pve-manager.git/commitdiff
ui: config panel: xtype should be first property
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 10 Jan 2023 12:44:03 +0000 (13:44 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 10 Jan 2023 12:44:03 +0000 (13:44 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
www/manager6/panel/ConfigPanel.js

index 1b3c91f8ddc2a3e4097d35cdd856c471fea916a1..d578f94439bbdc27e7177c03d7be219cdb1f6eef 100644 (file)
@@ -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,
            });
        }