From 7ab702fa95417687a1a8ad4e72985d4e21abeaab Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Fri, 15 Dec 2006 18:07:40 +0000 Subject: [PATCH] Link to statistics for found hosts. --- web/htdocs/details/found.mc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/web/htdocs/details/found.mc b/web/htdocs/details/found.mc index a639991..da9cc2b 100644 --- a/web/htdocs/details/found.mc +++ b/web/htdocs/details/found.mc @@ -1,4 +1,4 @@ -%# $Id: found.mc,v 1.23 2006-12-14 16:41:06 mike Exp $ +%# $Id: found.mc,v 1.24 2006-12-15 18:07:40 mike Exp $ <%once> sub print_navlink { my($params, $cond, $caption, $skip) = @_; @@ -165,4 +165,8 @@ print_navlink(\%params, $last < $n, "Next", $skip+$count); xml_encode(join("&", map { "id=" . uri_escape($_) } @ids)) %>">[Test all targets on this list]

+

+ [Statistics for targets on this list] +

% } -- 1.7.10.4