diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-09-08 00:06:28 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-09-08 00:06:28 +0200 |
commit | e29f37ccffb733d4d2dd1e271fb92a7b0af99144 (patch) | |
tree | f2d5e39dc6478668f0fd2c3dd0c6ce2915b99d64 /bin | |
parent | 919fe7afc97f9e255b893206aa73a893c4c31835 (diff) | |
download | jenkins.debian.net-e29f37ccffb733d4d2dd1e271fb92a7b0af99144.tar.xz |
reproducible: fixup html+css
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_html_dashboards.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/reproducible_html_dashboards.sh b/bin/reproducible_html_dashboards.sh index ac0284da..3eb8cdf3 100755 --- a/bin/reproducible_html_dashboards.sh +++ b/bin/reproducible_html_dashboards.sh @@ -424,9 +424,10 @@ create_main_stats_page() { # other archs: armhf ARCH="armhf" SUITE="unstable" + write_page "</p><p style=\"clear:both;\">" write_page " <hr />" write_page " <a href=\"/$SUITE/index_suite_${ARCH}_stats.html\"><img src=\"/$SUITE/$ARCH/${TABLE[0]}.png\" class=\"overview\" alt=\"$SUITE/$ARCH stats\"></a>" - write_page " <a href=\"/${TABLE[1]}_$ARCH.png\"><img src=\"/${TABLE[1]}_$ARCH.png\" alt=\"${MAINLABEL[$i]}\"></a>" + write_page " <a href=\"/${TABLE[1]}_$ARCH.png\"><img src=\"/${TABLE[1]}_$ARCH.png\" class=\"overview\" alt=\"${MAINLABEL[$i]}\"></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>" write_build_performace_stats write_page " <hr />" |