]> git.proxmox.com Git - pmg-gui.git/commit
utils: anchor regex expression
authorMaximiliano Sandoval <m.sandoval@proxmox.com>
Mon, 26 Feb 2024 15:32:46 +0000 (16:32 +0100)
committerDominik Csapak <d.csapak@proxmox.com>
Tue, 27 Feb 2024 09:21:38 +0000 (10:21 +0100)
commit443e7de1f4ec4122944477b7f649a6f02945b3ef
treef658b7db41e2b5e94aac68bff48f3ab42cd5e8c6
parentaa2fe15562d2564c02e238ade0130cdb3f64e451
utils: anchor regex expression

Without anchoring this would match for example `a@b/c`.

Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
js/Utils.js