[pve-devel] applied-series: [PATCH widget-toolkit 1/5] vlan edit: Fix automatic field disabling

Thomas Lamprecht t.lamprecht at proxmox.com
Tue Feb 9 14:29:04 CET 2021


On 08.02.21 13:41, Dominic Jäger wrote:
> 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 at proxmox.com>
> ---
>  src/Utils.js | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
>

applied series, much thanks!





More information about the pve-devel mailing list