From a39eb57a163f52bd07647616bb53b3e4e07821e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Fri, 10 Oct 2003 23:25:43 +0000 Subject: [PATCH] Collapse the Architecture and Machine columns to conserve screen space. --- tools/tools/tinderbox/www/index.cgi | 6 ++---- 1 file 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:{ - - + "; foreach my $branch (sort(keys(%BRANCHES))) { print(" \n"); @@ -104,8 +103,7 @@ MAIN:{ foreach my $arch (sort(keys(%ARCHES))) { foreach my $machine (sort(keys(%{$ARCHES{$arch}}))) { my $html = " - - + "; foreach my $branch (sort(keys(%BRANCHES))) { my $log = "tinderbox-$branch-$arch-$machine";
ArchitectureMachinePlatform$branch
$arch$machine$arch/$machine