I'm using pi-hole as DHCP server and I added all my home devices to the reservation list and assigned them static IP address. I recently wanted to change few devices IP assignments and I realized there is no way to update existing reservation record to a new IP address.
I have to delete table row, add a new one and re-type MAC address again.
Is there a way to add update functionality to "Static DHCP leases configuration" table at /admin/settings.php?tab=piholedhcp?
P.S. As a workaround I ended up modifying /etc/dnsmasq.d/04-pihole-static-dhcp.conf directly so I don't have to retype MAC address.