gurucomputing / headscale-ui

A web frontend for the headscale Tailscale-compatible coordination server
BSD 3-Clause "New" or "Revised" License
1.71k stars 122 forks source link

Add button to delete machine route #101

Closed xzzpig closed 1 year ago

xzzpig commented 1 year ago

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.

image