ui: storage base panel: cope with undefined column2

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2020-11-23 19:12:36 +01:00
parent 3e0e1478c9
commit 80cfe27041

View File

@ -31,6 +31,7 @@ Ext.define('PVE.panel.StorageBase', {
allowBlank: false
});
me.column2 ||= [];
me.column2.unshift(
{
xtype: 'pveNodeSelector',