\r\n"; // TODO: separate client & exploratory tunnels into sections and flag individual services?
s << "
\r\n
\r\n";
for (auto & it : i2p::tunnel::tunnels.GetInboundTunnels ()) {
s << "
"
@@ -1108,9 +1109,9 @@ namespace http {
s << "
" << tr("Transit") << " | --- | --- | "
<< "View |
\r\n";
}
- s << "
" << tr("Exploratory") << " | --- | --- | "
- << "View |
\r\n"
- << "
" << tr("Exploratory + Service") << " | --- | --- | "
+// s << "
" << tr("Exploratory") << " | --- | --- | "
+// << "View |
\r\n"
+ s << "
" << tr("Client") << " | --- | --- | "
<< "View |
\r\n"
// << "
" << tr("Service") << " | count in/out | View |
\r\n"
<< "
";
|