summaryrefslogtreecommitdiff
path: root/bin/build-master-status
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2017-10-21 14:12:41 +0200
committerErich Eckner <git@eckner.net>2017-10-21 14:12:41 +0200
commitdc3b551c00bacc8718a6ba255cda7333e48bc116 (patch)
treec0dadf0e6749ec44032cd97fe0a59bba3e705510 /bin/build-master-status
parentb3c8621bdadd03d74af2abcc73e297d0fe26075e (diff)
downloadbuilder-dc3b551c00bacc8718a6ba255cda7333e48bc116.tar.xz
bin/build-master-status: print hashes smaller to save some space on the error-report page
Diffstat (limited to 'bin/build-master-status')
-rwxr-xr-xbin/build-master-status4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/build-master-status b/bin/build-master-status
index 5940cd5..d4a7637 100755
--- a/bin/build-master-status
+++ b/bin/build-master-status
@@ -406,8 +406,8 @@ if ${web}; then
)
printf '<td>%s</td>' \
'<a href="graphs/'"${pkg}"'.png">'"${left}${pkg}${right}"'</a>' \
- "${rev}" \
- "${mod_rev}" \
+ "<p style=\"font-size:8px\">${rev}</p>" \
+ "<p style=\"font-size:8px\">${mod_rev}</p>" \
"${repo}" \
'<a href="build-logs/error/'"${log_file}"'">'"${count}"'</a>' \
"${dependent}" \