mirror of https://github.com/BOINC/boinc.git
web: show host product name to owner
This commit is contained in:
parent
2ad0e83417
commit
85245f1802
|
@ -117,6 +117,9 @@ function show_host($host, $user, $ipprivate) {
|
|||
row2(tra("Coprocessors"), gpu_desc($host->serialnum));
|
||||
}
|
||||
row2(tra("Operating System"), "$host->os_name <br> $host->os_version");
|
||||
if ($user && $host->product_name) {
|
||||
row2(tra("Product name"), $host->product_name);
|
||||
}
|
||||
$v = boinc_version($host->serialnum);
|
||||
if ($v) {
|
||||
row2(tra("BOINC version"), $v);
|
||||
|
|
Loading…
Reference in New Issue