mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-03 19:26:46 +00:00
do not allow empty VMID fields by default
This commit is contained in:
parent
04f5d98e6a
commit
6729b1780f
@ -1,6 +1,8 @@
|
||||
Ext.define('PVE.form.VMIDSelector', {
|
||||
extend: 'Ext.form.field.Number',
|
||||
alias: 'widget.pveVMIDSelector',
|
||||
|
||||
allowBlank: false,
|
||||
|
||||
minValue: 100,
|
||||
|
||||
@ -31,8 +33,7 @@ Ext.define('PVE.form.VMIDSelector', {
|
||||
var me = this;
|
||||
|
||||
Ext.applyIf(me, {
|
||||
fieldLabel: 'VM ID',
|
||||
allowBlank: false
|
||||
fieldLabel: 'VM ID'
|
||||
});
|
||||
|
||||
me.callParent();
|
||||
|
Loading…
Reference in New Issue
Block a user