From 5e202ccfd026f933d8b9f57a193c705a5f313efa Mon Sep 17 00:00:00 2001 From: Jess Frazelle Date: Sat, 4 Mar 2017 23:14:18 -0800 Subject: [PATCH] layout Signed-off-by: Jess Frazelle --- server/templates/layout.html | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/server/templates/layout.html b/server/templates/layout.html index c44cc28a..e98f2161 100644 --- a/server/templates/layout.html +++ b/server/templates/layout.html @@ -27,16 +27,13 @@ Pull Command {{ range $key, $value := .Repos }} + {{ if $value.VulnURI }}{{ end }} - {{ if $value.VulnURI }}{{ end }} - {{ $value.Name }} - {{ if $value.VulnURI }}{{ end }} + {{ $value.Name }} - {{ if $value.VulnURI }}{{ end }} - {{ $value.Tag }} - {{ if $value.VulnURI }}{{ end }} + {{ $value.Tag }} {{ $value.CreatedDate }} @@ -45,6 +42,7 @@ docker pull {{ $value.RepoURI }} + {{ if $value.VulnURI }}{{ end }} {{ end }}