Actions
Bug #713
closedDHCP delete returns "Sinatra doesn't know this ditty."
Description
(Using ISC)
Going to proxy/dhcp lists the leases correctly, but the delete buttons lead to:
Sinatra doesn't know this ditty.
Try this:
post '/dhcp/10.0.0.0/52:54:00:48:3b:87' do
"Hello World"
end
Actions