update max cores limit to 128

This commit is contained in:
Dietmar Maurer 2014-01-14 11:41:18 +01:00
parent 0df1312acc
commit d0efa75d56

View File

@ -26,7 +26,7 @@ Ext.define('PVE.qemu.ProcessorInputPanel', {
xtype: 'numberfield', xtype: 'numberfield',
name: 'cores', name: 'cores',
minValue: 1, minValue: 1,
maxValue: 32, maxValue: 128,
value: '1', value: '1',
fieldLabel: gettext('Cores'), fieldLabel: gettext('Cores'),
allowBlank: false, allowBlank: false,