]> git.proxmox.com Git - pve-manager.git/commitdiff
ui: toolkit: eslint fixes
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 17 May 2021 14:02:50 +0000 (16:02 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 17 May 2021 15:30:39 +0000 (17:30 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
www/manager6/Toolkit.js

index f4db2e0bc2d40b1c1c59123f84b1d1e16755d250..1b6085a49cf381c86c5b8d294b9752de135a69c9 100644 (file)
@@ -12,7 +12,7 @@ Ext.apply(Ext.form.field.VTypes, {
     IP64AddressList: v => PVE.Utils.verify_ip64_address_list(v, false),
     IP64AddressWithSuffixList: v => PVE.Utils.verify_ip64_address_list(v, true),
     IP64AddressListText: gettext('Example') + ': 192.168.1.1,192.168.1.2',
-    IP64AddressListMask: /[A-Fa-f0-9\,\:\.\;\ ]/,
+    IP64AddressListMask: /[A-Fa-f0-9,:.; ]/,
 });
 
 Ext.define('PVE.form.field.Display', {