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 }} +
+ Deleting a host is not undoable. If you need it back, you'll have to add it again and configure a new update secret. +
+Host | Last IP Update | IPv4 Address | IPv6 Address | Comment | Action |
---|---|---|---|---|---|
Host | Last IP Update | IPv4 Address | IPv6 Address | Comment | |
{{ host.subdomain }}.{{ host.domain.domain }} | @@ -14,10 +14,6 @@{{ host.getIPv4 }} | {{ host.getIPv6 }} | {{ host.comment }} | -- edit | - delete - | |