mirror of https://github.com/BOINC/boinc.git
ops page: add external IP to data shown for host
svn path=/trunk/boinc/; revision=9244
This commit is contained in:
parent
0f9b6be293
commit
25ce5f8069
|
@ -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
|
||||
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue