Commit 6f722768 authored by Dietmar Maurer's avatar Dietmar Maurer

GUI: set correct default for lxc cpuunits

parent 544787a1
......@@ -61,6 +61,7 @@ Ext.define('PVE.lxc.RessourceInputPanel', {
xtype: 'numberfield',
name: 'cpuunits',
fieldLabel: gettext('CPU units'),
value: 1024,
minValue: 8,
maxValue: 500000,
labelWidth: labelWidth,
......
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