proxmox-widget-toolkit/src
Dominic Jäger 7bff067a38 vlan edit: Fix automatic field disabling
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>
2021-02-09 13:45:11 +01:00
..
button cleanly separate sources from package build, move to own folder 2020-06-06 17:43:03 +02:00
css css: unify button icon font-size to 14px 2020-11-22 18:12:59 +01:00
data reader: JsonObject: cope with empty (null) return value 2021-01-15 16:21:45 +01:00
form fix usage of findRecord 2021-01-26 18:54:18 +01:00
grid move DiskList.js from grid/ to panel/ 2021-02-09 12:01:24 +01:00
images cleanly separate sources from package build, move to own folder 2020-06-06 17:43:03 +02:00
mixin cleanly separate sources from package build, move to own folder 2020-06-06 17:43:03 +02:00
node ui: network: Remove bond-primary gettext 2021-01-12 11:40:21 +01:00
panel move DiskList.js from grid/ to panel/ 2021-02-09 12:01:24 +01:00
window edit window: url is optional if both loadUrl and submitUrl are set 2020-11-21 20:03:18 +01:00
defines.mk improve passing package version down 2020-06-06 18:05:20 +02:00
Logo.js cleanly separate sources from package build, move to own folder 2020-06-06 17:43:03 +02:00
Makefile move DiskList.js from grid/ to panel/ 2021-02-09 12:01:24 +01:00
Toolkit.js toolkit: drop old jslint control comments 2020-11-21 20:03:18 +01:00
Utils.js vlan edit: Fix automatic field disabling 2021-02-09 13:45:11 +01:00