mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-04 06:41:14 +00:00
cpuoptions : add emptyText
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
This commit is contained in:
parent
9af2d28238
commit
0659f05bb5
@ -39,6 +39,7 @@ Ext.define('PVE.qemu.CPUOptionsInputPanel', {
|
||||
value: '',
|
||||
fieldLabel: gettext('Vcpus'),
|
||||
allowBlank: true,
|
||||
emptyText: me.maxvcpus
|
||||
},
|
||||
{
|
||||
xtype: 'numberfield',
|
||||
@ -48,7 +49,8 @@ Ext.define('PVE.qemu.CPUOptionsInputPanel', {
|
||||
value: '',
|
||||
step: 1,
|
||||
fieldLabel: gettext('CPU limit'),
|
||||
allowBlank: true
|
||||
allowBlank: true,
|
||||
emptyText: gettext('unlimited')
|
||||
},
|
||||
{
|
||||
xtype: 'numberfield',
|
||||
|
Loading…
Reference in New Issue
Block a user