mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-07-27 03:55:33 +00:00
update max cores limit to 128
This commit is contained in:
parent
0df1312acc
commit
d0efa75d56
@ -26,7 +26,7 @@ Ext.define('PVE.qemu.ProcessorInputPanel', {
|
||||
xtype: 'numberfield',
|
||||
name: 'cores',
|
||||
minValue: 1,
|
||||
maxValue: 32,
|
||||
maxValue: 128,
|
||||
value: '1',
|
||||
fieldLabel: gettext('Cores'),
|
||||
allowBlank: false,
|
||||
|
Loading…
Reference in New Issue
Block a user