summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2003-10-10 23:25:43 +0000
committerdes <des@FreeBSD.org>2003-10-10 23:25:43 +0000
commit8bdcdc1bc664800d1a2077ea20eb31530faf4cf9 (patch)
tree031ca862a1fc34e03595111c32f7f8039d6e42da /tools
parent98e4036e5b9788802df7a257f689e91e34ba113d (diff)
downloadFreeBSD-src-8bdcdc1bc664800d1a2077ea20eb31530faf4cf9.zip
FreeBSD-src-8bdcdc1bc664800d1a2077ea20eb31530faf4cf9.tar.gz
Collapse the Architecture and Machine columns to conserve screen space.
Diffstat (limited to 'tools')
-rw-r--r--tools/tools/tinderbox/www/index.cgi6
1 files changed, 2 insertions, 4 deletions
diff --git a/tools/tools/tinderbox/www/index.cgi b/tools/tools/tinderbox/www/index.cgi
index 3c1674c..a765c76 100644
--- a/tools/tools/tinderbox/www/index.cgi
+++ b/tools/tools/tinderbox/www/index.cgi
@@ -93,8 +93,7 @@ MAIN:{
<table border=\"1\" cellpadding=\"3\">
<tr>
- <th>Architecture</th>
- <th>Machine</th>
+ <th>Platform</th>
";
foreach my $branch (sort(keys(%BRANCHES))) {
print(" <th>$branch</th>\n");
@@ -104,8 +103,7 @@ MAIN:{
foreach my $arch (sort(keys(%ARCHES))) {
foreach my $machine (sort(keys(%{$ARCHES{$arch}}))) {
my $html = " <tr>
- <td>$arch</td>
- <td>$machine</td>
+ <td>$arch/$machine</td>
";
foreach my $branch (sort(keys(%BRANCHES))) {
my $log = "tinderbox-$branch-$arch-$machine";
OpenPOWER on IntegriCloud