summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_dashboard.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-12-18 22:25:53 +0100
committerHolger Levsen <holger@layer-acht.org>2015-12-18 22:25:53 +0100
commit87fdf2af4f6d3ae9f34061981ef1d3e9bde5ea3b (patch)
tree59de812b2d3461490550b0fc2e8ed872fff7ed8c /bin/reproducible_html_dashboard.sh
parent232a69684d7ca76d13a66990f7e72c0e4f62e6cb (diff)
downloadjenkins.debian.net-87fdf2af4f6d3ae9f34061981ef1d3e9bde5ea3b.tar.xz
reproducible dashboard: improve armhf layout
Diffstat (limited to 'bin/reproducible_html_dashboard.sh')
-rwxr-xr-xbin/reproducible_html_dashboard.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/reproducible_html_dashboard.sh b/bin/reproducible_html_dashboard.sh
index 894f701b..89fed29f 100755
--- a/bin/reproducible_html_dashboard.sh
+++ b/bin/reproducible_html_dashboard.sh
@@ -495,11 +495,13 @@ create_dashboard_page() {
write_page " <hr />"
write_suite_table
for SUITE in unstable experimental ; do
- write_page " <a href=\"/$SUITE/index_suite_${ARCH}_stats.html\"><img src=\"/$SUITE/$ARCH/${TABLE[0]}.png\" class=\"halfview\" alt=\"$SUITE/$ARCH stats\"></a>"
+ write_page " <a href=\"/$SUITE/index_suite_${ARCH}_stats.html\"><img src=\"/$SUITE/$ARCH/${TABLE[0]}.png\" class=\"overview\" alt=\"$SUITE/$ARCH stats\"></a>"
done
+ write_page "</p><p style=\"clear:both;\">"
for SUITE in unstable experimental ; do
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;\">"
write_page " <a href=\"/${TABLE[1]}_$ARCH.png\"><img src=\"/${TABLE[1]}_$ARCH.png\" class=\"overview\" alt=\"${MAINLABEL[$i]}\"></a>"
write_build_performance_stats
write_page "</p><p style=\"clear:both;\">"