From 0761f27e32348a6cb4ec79d306e8b4fc58016c16 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Sun, 27 Oct 2013 12:32:08 +0100 Subject: [PATCH] simplify host overview, remove update as it is already on host edit view (and it supports v4 and v6 there) --- nsupdate/main/templates/main/overview.html | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/nsupdate/main/templates/main/overview.html b/nsupdate/main/templates/main/overview.html index 99785c3..8b42019 100644 --- a/nsupdate/main/templates/main/overview.html +++ b/nsupdate/main/templates/main/overview.html @@ -10,14 +10,13 @@ {% for host in hosts %} {{ host.subdomain }}.{{ host.domain.domain }} - {{ host.last_api_update|timesince }} + {{ host.last_api_update|timesince }} {{ host.getIPv4 }} {{ host.getIPv6 }} {{ host.comment }} edit | - delete | - update + delete {% empty %} @@ -25,19 +24,6 @@ {% endfor %} - - -