mirror of https://github.com/BOINC/boinc.git
parent
24c059eea7
commit
1ac507dc81
|
@ -177,7 +177,7 @@ function show_result($result,$show_xml_docs,$show_stderr,$show_times) {
|
|||
row("state", res_state_string($result->state));
|
||||
row("Deadline", time_str($result->report_deadline));
|
||||
row("Host ID", "<a href=db.php?show=host&id=$result->hostid>" . host_name_by_id($result->hostid) . "</a>");
|
||||
row("Exit Status", $result->exit_status);
|
||||
row("Client State", $result->client_state);
|
||||
row("CPU time", $result->cpu_time);
|
||||
if ($show_xml_docs) {
|
||||
row("XML doc in", "<pre>".htmlspecialchars($result->xml_doc_in)."</pre>");
|
||||
|
|
|
@ -85,7 +85,7 @@ function display_team_page($team) {
|
|||
$j = $i+1;
|
||||
echo "<tr><td align=left>$j) $user->name";
|
||||
echo "<td align=center>$user->total_credit</td>";
|
||||
echo "<td align=center>$user->expavg_time</td>";
|
||||
echo "<td align=center>$user->expavg_credit</td>";
|
||||
echo "<td align=center>$user->country</td>";
|
||||
echo "</tr>";
|
||||
}
|
||||
|
@ -93,8 +93,4 @@ function display_team_page($team) {
|
|||
page_tail();
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
?>
|
||||
|
|
Loading…
Reference in New Issue