Commit a0b9279d authored by Thomas Lamprecht's avatar Thomas Lamprecht Committed by Dietmar Maurer

set size in the rootfs parameter on CT create

As the size parameter is now deprecated and was replaced with the
new rootfs parameter, use that one when creating an container.
So we don't get an 'parameter verification failed' error.
Signed-off-by: 's avatarThomas Lamprecht <t.lamprecht@proxmox.com>
parent ef9087fc
......@@ -148,7 +148,7 @@ Ext.define('PVE.lxc.CreateWizard', {
storagesel,
{
xtype: 'numberfield',
name: 'size',
name: 'rootfs',
minValue: 0.1,
maxValue: 128*1024,
decimalPrecision: 3,
......
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