summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_graphs.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-06-09 11:04:15 +0200
committerHolger Levsen <holger@layer-acht.org>2015-06-09 11:04:15 +0200
commit0e8a2715b755505fc71467b57704b00273d04874 (patch)
tree5dd97db0fb7e572c9ba88632115bf029b8361027 /bin/reproducible_html_graphs.sh
parent65eb0aaacb1a14ebd7ebf85d0f90b6633598a5f6 (diff)
downloadjenkins.debian.net-0e8a2715b755505fc71467b57704b00273d04874.tar.xz
reproducible: improve main page layout
Diffstat (limited to 'bin/reproducible_html_graphs.sh')
-rwxr-xr-xbin/reproducible_html_graphs.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/reproducible_html_graphs.sh b/bin/reproducible_html_graphs.sh
index 6e399d06..dd804db9 100755
--- a/bin/reproducible_html_graphs.sh
+++ b/bin/reproducible_html_graphs.sh
@@ -555,7 +555,7 @@ create_main_stats_page() {
for SUITE in $SUITES ; do
write_page " <a href=\"/$SUITE\"><img src=\"/userContent/$SUITE/${TABLE[0]}.png\" class=\"overview\" alt=\"$SUITE stats\"></a>"
done
- write_page "</p><p>"
+ write_page "</p><p><center>"
# write meta pkg graphs per suite
for SUITE in $SUITES ; do
if [ "$SUITE" != "unstable" ] ; then
@@ -568,7 +568,7 @@ create_main_stats_page() {
write_page "<a href=\"/$SUITE/$ARCH/pkg_set_${META_PKGSET[$i]}.html\"><img src=\"/userContent/$SUITE/$ARCH/$THUMB\" class=\"metaoverview\" alt=\"$LABEL\"></a>"
done
done
- write_page "</p><p>"
+ write_page "</center></p><p>"
# write inventory table
write_page "<table class=\"main\"><tr><th>&nbsp;</th><th>amount</th></tr>"
write_page "<tr><td>identified <a href=\"/index_issues.html\">distinct issues</a></td><td>$ISSUES</td></tr>"