ops page: add external IP to data shown for host

svn path=/trunk/boinc/; revision=9244
This commit is contained in:
Bruce Allen 2006-01-16 12:19:40 +00:00
parent 0f9b6be293
commit 25ce5f8069
2 changed files with 9 additions and 0 deletions

View File

@ -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

View File

@ -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<br>(same the last $host->nsame_ip_addr times)");
row("External IP address", "$host->external_ip_addr<br>");
row("Domain name", $host->domain_name);
$x = $host->timezone/3600;
if ($x >= 0) $x="+$x";