mirror of https://github.com/BOINC/boinc.git
admin web: link hosts in failure page
This commit is contained in:
parent
e401380d5c
commit
769cc7eaea
|
@ -72,7 +72,7 @@ table_header(
|
||||||
while ($res = mysql_fetch_object($result)) {
|
while ($res = mysql_fetch_object($result)) {
|
||||||
table_row(
|
table_row(
|
||||||
app_version_desc($res->app_version_id),
|
app_version_desc($res->app_version_id),
|
||||||
$res->Host_ID,
|
"<a href=".URL_BASE."show_host_detail.php?hostid=$res->Host_ID>$res->Host_ID</a>",
|
||||||
$res->OS_Version, $res->Results_Today,
|
$res->OS_Version, $res->Results_Today,
|
||||||
"<a href=db_action.php?table=result&detail=low&hostid=$res->Host_ID&app_version_id=$res->app_version_id&server_state=5&outcome=3>$res->error_count</a>"
|
"<a href=db_action.php?table=result&detail=low&hostid=$res->Host_ID&app_version_id=$res->app_version_id&server_state=5&outcome=3>$res->error_count</a>"
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue