mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=1990
This commit is contained in:
parent
c62d6e28e6
commit
a4afa2c943
|
@ -64,6 +64,9 @@
|
|||
";
|
||||
}
|
||||
echo "</td></tr></table>";
|
||||
if ($table == "result") {
|
||||
echo "<a href=result_summary.php?query=$urlquery>Summary</a> |";
|
||||
}
|
||||
if ($detail == "high") {
|
||||
echo "
|
||||
<a href=db_action.php?table=$table&query=$urlquery&detail=low>Less detail</a>
|
||||
|
|
|
@ -534,7 +534,7 @@ function show_result_short($result) {
|
|||
$received = time_str($result->received_time);
|
||||
$version = client_version_string($result->client_version_num);
|
||||
$outcome_color = outcome_color($result->outcome);
|
||||
$host_user = host_user_link($result->userid);
|
||||
$host_user = host_user_link($result->hostid);
|
||||
|
||||
echo "
|
||||
<tr>
|
||||
|
|
Loading…
Reference in New Issue