Signed-off-by: Ian Jackson <ian.jack...@eu.citrix.com> --- sg-report-host-history | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/sg-report-host-history b/sg-report-host-history index e86e03b..19a86ab 100755 --- a/sg-report-host-history +++ b/sg-report-host-history @@ -149,6 +149,8 @@ sub reporthost ($) { $title= encode_entities($title); print H "<html><head><title>$title</title></head><body>\n"; print H "<h1>$title</h1>\n"; + printf H "<a href=\"%s\">logs from last host examination</a><p>\n", + "$hostname.examine/"; print H "<table rules=all><tr>\n"; print H "<th>alloc testid</th><th>alloc completed</th>\n"; -- 2.1.4 _______________________________________________ Xen-devel mailing list Xen-devel@lists.xenproject.org https://lists.xenproject.org/mailman/listinfo/xen-devel