mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-05-22 16:24:27 +00:00
fix #2132: gui: set vcpu default maxValue to 1
else one can set it to higher values if the vm has one socket with one core Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
6539859680
commit
de63d77a3f
@ -124,6 +124,7 @@ Ext.define('PVE.qemu.ProcessorInputPanel', {
|
||||
xtype: 'proxmoxintegerfield',
|
||||
name: 'vcpus',
|
||||
minValue: 1,
|
||||
maxValue: 1,
|
||||
value: '',
|
||||
fieldLabel: gettext('VCPUs'),
|
||||
deleteEmpty: true,
|
||||
|
Loading…
Reference in New Issue
Block a user