[webconsole] streams table little fix

Signed-off-by: R4SAS <r4sas@i2pmail.org>
pull/1883/head
R4SAS 1 year ago
parent c6c7191682
commit 359781c698
No known key found for this signature in database
GPG Key ID: 66F6C87B98EBCFE2

@ -554,7 +554,7 @@ namespace http {
<< tr("Streams")
<< "</caption>\r\n<thead>\r\n<tr>"
<< "<th style=\"width:25px;\">StreamID</th>"
<< "<th style=\"width:5px;\" \\>" // Stream closing button column
<< "<th style=\"width:5px;\">&nbsp;</th>" // Stream closing button column
<< "<th class=\"streamdest\">Destination</th>"
<< "<th>Sent</th>"
<< "<th>Received</th>"

Loading…
Cancel
Save