ui: storage base panel: cope with undefined column2
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
3e0e1478c9
commit
80cfe27041
@ -31,6 +31,7 @@ Ext.define('PVE.panel.StorageBase', {
|
||||
allowBlank: false
|
||||
});
|
||||
|
||||
me.column2 ||= [];
|
||||
me.column2.unshift(
|
||||
{
|
||||
xtype: 'pveNodeSelector',
|
||||
|
Loading…
x
Reference in New Issue
Block a user