add resource panel to lxc create wizard

This commit is contained in:
Dietmar Maurer 2015-04-21 12:33:51 +02:00
parent 6dba2f983d
commit e90fc4719a

View File

@ -142,6 +142,10 @@ Ext.define('PVE.lxc.CreateWizard', {
title: gettext('Template'),
column1: [ tmplstoragesel, tmplsel]
},
{
xtype: 'pveLxcResourceInputPanel',
title: gettext('Resources')
},
networkpanel,
{
title: gettext('Confirm'),