From 25ce5f8069ef86565653f7787efb2839ae4b82c5 Mon Sep 17 00:00:00 2001 From: Bruce Allen Date: Mon, 16 Jan 2006 12:19:40 +0000 Subject: [PATCH] ops page: add external IP to data shown for host svn path=/trunk/boinc/; revision=9244 --- checkin_notes | 8 ++++++++ html/inc/db_ops.inc | 1 + 2 files changed, 9 insertions(+) diff --git a/checkin_notes b/checkin_notes index b45d0bbd1f..dd87517445 100755 --- a/checkin_notes +++ b/checkin_notes @@ -492,3 +492,11 @@ David 15 Jan 2006 gui_rpc_server.C lib/ network.C + +Bruce 16 Jan 2006 + - ops page: add external IP to data shown for host + + html/ + inc/ + db_ops.inc + diff --git a/html/inc/db_ops.inc b/html/inc/db_ops.inc index ec05202ea3..cfff283c18 100644 --- a/html/inc/db_ops.inc +++ b/html/inc/db_ops.inc @@ -838,6 +838,7 @@ function show_host($host) { row("Average credit", $host->expavg_credit); row("Average update time", time_str($host->expavg_time)); row("IP address", "$host->last_ip_addr
(same the last $host->nsame_ip_addr times)"); + row("External IP address", "$host->external_ip_addr
"); row("Domain name", $host->domain_name); $x = $host->timezone/3600; if ($x >= 0) $x="+$x";