mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-07-25 11:27:04 +00:00
ui: ipset: make ip/cidr required
it is in the backend, so make it required in the gui too Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
e337b2948b
commit
6cfe65ff2e
@ -203,6 +203,7 @@ Ext.define('PVE.IPSetCidrEdit', {
|
||||
editable: true,
|
||||
base_url: me.list_refs_url,
|
||||
value: '',
|
||||
allowBlank: false,
|
||||
fieldLabel: gettext('IP/CIDR'),
|
||||
});
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user