On 3/15/19 10:59 AM, Dominik Csapak wrote:
> else one can set it to higher values if the vm has one socket with one core
> 
> Signed-off-by: Dominik Csapak <d.csa...@proxmox.com>
> ---
>  www/manager6/qemu/ProcessorEdit.js | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/www/manager6/qemu/ProcessorEdit.js 
> b/www/manager6/qemu/ProcessorEdit.js
> index 3ecea205..4c0524eb 100644
> --- a/www/manager6/qemu/ProcessorEdit.js
> +++ b/www/manager6/qemu/ProcessorEdit.js
> @@ -124,6 +124,7 @@ Ext.define('PVE.qemu.ProcessorInputPanel', {
>           xtype: 'proxmoxintegerfield',
>           name: 'vcpus',
>           minValue: 1,
> +         maxValue: 1,
>           value: '',
>           fieldLabel: gettext('VCPUs'),
>           deleteEmpty: true,
> 

applied, thanks!

_______________________________________________
pve-devel mailing list
pve-devel@pve.proxmox.com
https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to