[llvm-commits] CVS: nightlytest-serverside/index.php
Patrick Jenkins
pjenkins at apple.com
Thu Jul 27 14:02:56 PDT 2006
Changes in directory nightlytest-serverside:
index.php updated: 1.7 -> 1.8
---
Log message:
Changed date added column to read time submitted
---
Diffs of the changes: (+1 -1)
index.php | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: nightlytest-serverside/index.php
diff -u nightlytest-serverside/index.php:1.7 nightlytest-serverside/index.php:1.8
--- nightlytest-serverside/index.php:1.7 Mon Jul 10 13:13:04 2006
+++ nightlytest-serverside/index.php Thu Jul 27 16:02:42 2006
@@ -29,7 +29,7 @@
print "Tests submitted in last 24 hours:<br>";
print "<table border=1 cellpadding=0 cellspacing=0>\n";
print "\t<tr bgcolor=#FFCC99>";
- print "\t\t<td>Date added</td>\n";
+ print "\t\t<td>Time submitted</td>\n";
print "\t\t<td>Machine name</td>\n";
print "\t\t<td>Build status</td>\n";
print "\t\t<td># of expected test passes</td>\n";
More information about the llvm-commits
mailing list