mirror of https://github.com/BOINC/boinc.git
- web: fix X-project links in Computer page
svn path=/trunk/boinc/; revision=17643
This commit is contained in:
parent
eb35639c97
commit
b340d016c2
|
@ -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
|
||||||
|
|
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue