From d52c5b8c4de29ee756afb97d0595587b4dbb328a Mon Sep 17 00:00:00 2001 From: Michael Peter Christen Date: Wed, 25 May 2016 06:47:06 +0200 Subject: [PATCH] added column in network table for JRE --- htroot/Network.html | 2 ++ htroot/Network.java | 1 + 2 files changed, 3 insertions(+) diff --git a/htroot/Network.html b/htroot/Network.html index 3b7ea9201..0a4855129 100644 --- a/htroot/Network.html +++ b/htroot/Network.html @@ -127,6 +127,7 @@ document.getElementById("apilink").setAttribute("href", "Network.xml?" + window. Received DHT
Word Chunks
Received
URLs
Location
+ JRE
#(c)#::user agent
#(/c)# send Message/
show Profile/
edit Wiki/
browse Blog @@ -153,6 +154,7 @@ document.getElementById("apilink").setAttribute("href", "Network.xml?" + window. #[rI]# #[rU]# #[location]# + #[jre]# #(c)#::#[userAgent]##(/c)# m  diff --git a/htroot/Network.java b/htroot/Network.java index 4d98628a2..3f0eb30ea 100644 --- a/htroot/Network.java +++ b/htroot/Network.java @@ -503,6 +503,7 @@ public class Network { prop.putNum(STR_TABLE_LIST + conCount + "_rU", seed.getLong(Seed.URL_IN, 0)); prop.putNum(STR_TABLE_LIST + conCount + "_ppm", PPM); prop.putNum(STR_TABLE_LIST + conCount + "_qph", Math.round(6000d * QPM) / 100d); + prop.putHTML(STR_TABLE_LIST + conCount + "_jre", seed.get(Seed.JRE, "")); conCount++; } // seed != null } // while