mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-08-13 11:26:06 +00:00
MacPrefix: add note about unicast addr. to MacPrefixText
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
add18fadb5
commit
ffe265051c
@ -57,7 +57,7 @@ Ext.apply(Ext.form.field.VTypes, {
|
||||
return (/^[a-f0-9][02468ace](?::[a-f0-9]{2}){0,2}:?$/i).test(v);
|
||||
},
|
||||
MacPrefixMask: /[a-fA-F0-9:]/,
|
||||
MacPrefixText: gettext('Example') + ': 02:8f',
|
||||
MacPrefixText: gettext('Example') + ': 02:8f - ' + gettext('only unicast addresses are allowed'),
|
||||
|
||||
BridgeName: function(v) {
|
||||
return (/^vmbr\d{1,4}$/).test(v);
|
||||
|
Loading…
Reference in New Issue
Block a user