]> git.proxmox.com Git - pve-manager.git/commitdiff
ipam: send ip to delete endpoint
authorStefan Hanreich <s.hanreich@proxmox.com>
Wed, 22 Nov 2023 12:29:51 +0000 (13:29 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 22 Nov 2023 13:35:49 +0000 (14:35 +0100)
The ip parameter has been added to the delete endpoint, so only a
specific mapping gets deleted instead of all mappings for that mac
address. Reflect this change in the UI.

Signed-off-by: Stefan Hanreich <s.hanreich@proxmox.com>
www/manager6/tree/DhcpTree.js

index b7baba6062a307d756c6d227c03322a8e86b13fe..b5fbafe034cd14088be656cda9f5f0bf130096d5 100644 (file)
@@ -108,6 +108,7 @@ Ext.define('PVE.sdn.DhcpTree', {
                    let params = {
                        zone: data.zone,
                        mac: data.mac,
+                       ip: data.ip,
                    };
 
                    let encodedParams = Ext.Object.toQueryString(params);