mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=2295
This commit is contained in:
parent
1e9afd68f2
commit
6cdb2380b0
|
@ -230,11 +230,11 @@ function show_result_summary() {
|
|||
echo "<tr><th>Validate state</th><th># results</th></tr>\n";
|
||||
row2("Valid", link_results($nvalid, $urlquery, "validate_state=1"));
|
||||
row2("Invalid", link_results($ninvalid, $urlquery, "validate_state=2"));
|
||||
echo "</td></table>";
|
||||
echo "<td><table border=2 cellpadding=4\n";
|
||||
echo "</table>";
|
||||
echo "<table border=2 cellpadding=4\n";
|
||||
echo "<tr><th>File Delete state</th><th># results</th></tr>\n";
|
||||
row2("Files deleted", link_results($ninvalid, $urlquery, "file_delete_state= 1 or file_delete_state=2"));
|
||||
echo "</td></table>";
|
||||
echo "</table></td>";
|
||||
|
||||
echo "<td><table border=2 cellpadding=4\n";
|
||||
echo "<tr><th>Client state</th><th># results</th></tr>\n";
|
||||
|
|
Loading…
Reference in New Issue