mirror of https://github.com/BOINC/boinc.git
svn path=/trunk/boinc/; revision=15772
This commit is contained in:
parent
896bdb2e23
commit
534c9911c9
|
@ -211,7 +211,8 @@ function host_nresults($host) {
|
||||||
// If private is false, show the owner's name only if they've given permission
|
// If private is false, show the owner's name only if they've given permission
|
||||||
//
|
//
|
||||||
function show_host_row($host, $i, $private, $show_owner) {
|
function show_host_row($host, $i, $private, $show_owner) {
|
||||||
echo "<tr><td>
|
$j = $i % 2;
|
||||||
|
echo "<tr class=row$j><td>
|
||||||
<nobr><a href=show_host_detail.php?hostid=$host->id>$host->id</a>
|
<nobr><a href=show_host_detail.php?hostid=$host->id>$host->id</a>
|
||||||
| <a href=results.php?hostid=$host->id>tasks</a></nobr>
|
| <a href=results.php?hostid=$host->id>tasks</a></nobr>
|
||||||
</td>
|
</td>
|
||||||
|
|
Loading…
Reference in New Issue