Commit 2c6bc57d authored by Dietmar Maurer's avatar Dietmar Maurer

add resource panel to lxc create wizard

parent ed99d9c7
...@@ -142,6 +142,10 @@ Ext.define('PVE.lxc.CreateWizard', { ...@@ -142,6 +142,10 @@ Ext.define('PVE.lxc.CreateWizard', {
title: gettext('Template'), title: gettext('Template'),
column1: [ tmplstoragesel, tmplsel] column1: [ tmplstoragesel, tmplsel]
}, },
{
xtype: 'pveLxcResourceInputPanel',
title: gettext('Resources')
},
networkpanel, networkpanel,
{ {
title: gettext('Confirm'), title: gettext('Confirm'),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment