Currently, Headscale does not automatically delete not advertise routes on the machine.
Therefore, I think it is necessary to add a delete route button on the UI.
As a result, I added a delete button on the left side of the route list.
Additionally, to maintain aesthetic consistency, I changed the route list from <li> to <div>, and aligned it with the IP Addresses list above.
Currently, Headscale does not automatically delete not
advertise routes
on the machine. Therefore, I think it is necessary to add a delete route button on the UI. As a result, I added a delete button on the left side of the route list. Additionally, to maintain aesthetic consistency, I changed the route list from<li>
to<div>
, and aligned it with theIP Addresses
list above.