diff options
author | Reiner Herrmann <reiner@reiner-h.de> | 2015-12-21 01:59:58 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-12-21 02:02:19 +0100 |
commit | 54713ba2822c0b75bd520e6e4973adc148ee3d1e (patch) | |
tree | 924ccbba50a1229a386a17feda433e2747de4bc8 | |
parent | 8164c88e90ff379df9608ff9ba0d919e4e6e8281 (diff) | |
download | jenkins.debian.net-54713ba2822c0b75bd520e6e4973adc148ee3d1e.tar.xz |
reproducible dashboard: link age graphs to images
-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 39d3968c..6eb2efae 100755 --- a/bin/reproducible_html_dashboard.sh +++ b/bin/reproducible_html_dashboard.sh @@ -513,7 +513,7 @@ create_dashboard_page() { if [ "$ARCH" = "armhf" ] && [ "$SUITE" = testing ] ; then continue fi - 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>" + write_page " <a href=\"/$SUITE/$ARCH/${TABLE[2]}.png\"><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 |