diff --git a/mozilla/webtools/graph/query.cgi b/mozilla/webtools/graph/query.cgi index eeed6f0d079..a18d87397c0 100755 --- a/mozilla/webtools/graph/query.cgi +++ b/mozilla/webtools/graph/query.cgi @@ -40,7 +40,7 @@ sub make_filenames_list { # Print out a list of testnames in db directory sub print_testnames { - my ($testname) = @_; + my ($tbox) = @_; # HTTP header print "Content-type: text/html\n\n\n"; @@ -55,7 +55,7 @@ sub print_testnames { my $machines_string = join(" ", @machines); foreach (@machines) { - print "
  • $_\n"; + print "
  • $_\n"; } print ""; @@ -93,7 +93,7 @@ sub show_graph { print "\n"; - print "\n"; + print "
    \n"; print "\n"; print "\n"; print "
    \n"; @@ -132,17 +132,31 @@ sub show_graph { print "
    \n"; - print "
    \n"; - + # graph print "\"$TBOX"; + print "
    \n"; + print "
    \n"; + + # Other machines + print "
  • \n"; + print "Other machines running the $TESTNAME test"; + print "
  • \n"; + + print "
  • \n"; + print "Other tests that $TBOX is running"; + print "
  • \n"; + + + + print "\n"; } if(!$TESTNAME) { - print_testnames(); + print_testnames($TBOX); } elsif(!$TBOX) { print_machines($TESTNAME); } else {