mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-08-04 08:03:28 +00:00
![]() The regex are are created as literals (with // and not new RegExp). Therefore - The old Vlan_match value with double \\ has matched e.g. vlan\ddd instead of e.g. vlan123 and - the old VlanInterface_match value with double \\ has matched e.g. \www\X\dddd instead of e.g. vmbr0.1234 This fixes automatically disabling the fields vlan-raw-device and vlan-id (VLAN tag) in the VLAN edit window. Signed-off-by: Dominic Jäger <d.jaeger@proxmox.com> |
||
---|---|---|
debian | ||
src | ||
Makefile |