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.hanre...@proxmox.com> --- www/manager6/tree/DhcpTree.js | 1 + 1 file changed, 1 insertion(+) diff --git a/www/manager6/tree/DhcpTree.js b/www/manager6/tree/DhcpTree.js index b7baba606..b5fbafe03 100644 --- a/www/manager6/tree/DhcpTree.js +++ b/www/manager6/tree/DhcpTree.js @@ -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); -- 2.39.2 _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel