diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-05-23 21:29:40 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-05-23 21:29:40 +0200 |
commit | db7c7dd2604fdb9b15efd2c43be631360e0dc909 (patch) | |
tree | a20f1d6c5539f67bd7fee5bc8527d71b32f08667 | |
parent | 6f4ccf7c6301bd3399ab88e4477133b6de409144 (diff) | |
download | jenkins.debian.net-db7c7dd2604fdb9b15efd2c43be631360e0dc909.tar.xz |
reproducible: link issues in stats table
-rwxr-xr-x | bin/reproducible_html_graphs.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_html_graphs.sh b/bin/reproducible_html_graphs.sh index fdbbb0d7..45bc70dc 100755 --- a/bin/reproducible_html_graphs.sh +++ b/bin/reproducible_html_graphs.sh @@ -553,7 +553,7 @@ create_main_stats_page() { write_page "</p><p>" # write inventory table write_page "<table class=\"main\"><tr><th> </th><th>amount</th></tr>" - write_page "<tr><td>identified distinct issues</td><td>$ISSUES</td></tr>" + write_page "<tr><td>identified <a href=\"/index_issues.html\">distinct issues</a></td><td>$ISSUES</td></tr>" write_page "<tr><td>packages with notes about these issues</td><td>$NOTES</td></tr>" write_page "<tr><td>total amount of identified issues in packages</td><td>$COUNT_ISSUES</td></tr>" SUITE="unstable" |