diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-12-19 13:54:16 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-12-19 13:54:16 +0100 |
commit | 7b1db79b91d8aea21c1b976f746654e9f4ec1fa0 (patch) | |
tree | c3cff813003696b1431de5be0445c39001bb2e32 /bin | |
parent | 5c9f209f88293d912a2b799c97b310c451a3e7d6 (diff) | |
download | jenkins.debian.net-7b1db79b91d8aea21c1b976f746654e9f4ec1fa0.tar.xz |
reproducible dashboard: link to suite page from suite age graph
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_html_dashboard.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_html_dashboard.sh b/bin/reproducible_html_dashboard.sh index 2cdc0596..a970ed41 100755 --- a/bin/reproducible_html_dashboard.sh +++ b/bin/reproducible_html_dashboard.sh @@ -512,7 +512,7 @@ create_dashboard_page() { if [ "$ARCH" = "armhf" ] && [ "$SUITE" = testing ] ; then continue fi - write_page " <a href=\"/$SUITE/\"><img src=\"/$SUITE/$ARCH/${TABLE[2]}.png\" class=\"overview\" alt=\"age of oldest reproducible build result in $SUITE/$ARCH\"></a>" + write_page " <a href=\"/$SUITE/$ARCH\"><img src=\"/$SUITE/$ARCH/${TABLE[2]}.png\" class=\"overview\" alt=\"age of oldest reproducible build result in $SUITE/$ARCH\"></a>" done write_page "</p><p style=\"clear:both;\">" done |