Console: ensure our tick shows when NTCP2 enabled

This commit is contained in:
dr|z3d 2021-08-14 20:54:45 +00:00
parent cf1719427e
commit 518cd26a9a

View file

@ -1115,7 +1115,7 @@ namespace http {
{ {
s << "<td>NTCP2"; s << "<td>NTCP2";
if (address->host.is_v6 ()) s << "v6"; if (address->host.is_v6 ()) s << "v6";
s << "</td><td><span class=\"enabled\">" << tr("supported") << "</span></td>\r\n</tr>\r\n"; s << "</td><td><span class=\"enabled fizedsize\">" << tr("supported") << "</span></td>\r\n</tr>\r\n";
continue; continue;
} }
switch (address->transportStyle) switch (address->transportStyle)