- web: fix X-project links in Computer page

svn path=/trunk/boinc/; revision=17643
This commit is contained in:
David Anderson 2009-03-21 03:27:18 +00:00
parent eb35639c97
commit b340d016c2
2 changed files with 7 additions and 1 deletions

View File

@ -3201,3 +3201,9 @@ David 20 Mar 2009
api/ api/
boinc_api.cpp boinc_api.cpp
David 20 Mar 2009
- web: fix X-project links in Computer page
html/inc/
host.inc

View File

@ -109,7 +109,7 @@ function show_host($host, $user, $ipprivate) {
row2("Total credit", format_credit_large($host->total_credit)); row2("Total credit", format_credit_large($host->total_credit));
row2("Average credit", format_credit($host->expavg_credit)); row2("Average credit", format_credit($host->expavg_credit));
if (!$anonymous) { if (!$anonymous) {
row2("Cross project credit", cross_project_links($x)); row2("Cross project credit", cross_project_links($host));
} }
row2("CPU type", "$host->p_vendor <br> $host->p_model"); row2("CPU type", "$host->p_vendor <br> $host->p_model");
row2("Number of processors", $host->p_ncpus); row2("Number of processors", $host->p_ncpus);