mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-05-18 02:36:21 +00:00
add resource panel to lxc create wizard
This commit is contained in:
parent
6dba2f983d
commit
e90fc4719a
@ -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'),
|
||||||
|
Loading…
Reference in New Issue
Block a user