aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2003-10-10 23:25:43 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2003-10-10 23:25:43 +0000
commita39eb57a163f52bd07647616bb53b3e4e07821e6 (patch)
tree031ca862a1fc34e03595111c32f7f8039d6e42da /tools
parent7f59ff24d8c993ce05d1dbbdda87ce7ff52ff33d (diff)
Notes
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 3c1674c452a0..a765c764f780 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";