admin web: link hosts in failure page

This commit is contained in:
David Anderson 2013-08-16 22:31:18 -07:00
parent e401380d5c
commit 769cc7eaea
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ table_header(
while ($res = mysql_fetch_object($result)) {
table_row(
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,
"<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>"
);