diff --git a/nsupdate/main/templates/main/host.html b/nsupdate/main/templates/main/host.html index c51c5fe..8a7e4de 100644 --- a/nsupdate/main/templates/main/host.html +++ b/nsupdate/main/templates/main/host.html @@ -13,6 +13,13 @@ {{ form|bootstrap }} +

Delete Host

+

+ Deleting a host is not undoable. If you need it back, you'll have to add it again and configure a new update secret. +

+
+ +

Generate New Secret

diff --git a/nsupdate/main/templates/main/overview.html b/nsupdate/main/templates/main/overview.html index 8b42019..604e972 100644 --- a/nsupdate/main/templates/main/overview.html +++ b/nsupdate/main/templates/main/overview.html @@ -6,7 +6,7 @@

Your Hosts

- + {% for host in hosts %} @@ -14,10 +14,6 @@ - {% empty %} No hosts yet.
HostLast IP UpdateIPv4 AddressIPv6 AddressCommentAction
HostLast IP UpdateIPv4 AddressIPv6 AddressComment
{{ host.subdomain }}.{{ host.domain.domain }}{{ host.getIPv4 }} {{ host.getIPv6 }} {{ host.comment }} - edit | - delete -