mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 00:40:10 +00:00
Improvements for #6931
This commit is contained in:
parent
9df24723b0
commit
17a882db1f
3 changed files with 13 additions and 7 deletions
|
|
@ -1196,7 +1196,7 @@ else
|
|||
print("</td></tr>\n")
|
||||
end
|
||||
|
||||
if((flow.l7_error_code ~= nil) and (flow.l7_error_code ~= 0)) then
|
||||
if((flow["protos.http.last_url"] ~= nil) and (flow.l7_error_code ~= 0)) then
|
||||
print("<tr><th width=30%>"..i18n("l7_error_code").."</th>")
|
||||
print("<td colspan=2><span class=\"badge ")
|
||||
|
||||
|
|
@ -1504,7 +1504,7 @@ else
|
|||
end
|
||||
|
||||
if(flow.flow_payload ~= nil) then
|
||||
print("<tr><th width=30%>Payload</th><td colspan=2><div style='white-space: pre-wrap;word-break: keep-all;font-family: \"courier new\", courier, monospace;'>" .. flow.flow_payload .. "</div></td></tr>\n")
|
||||
print("<tr><th width=30%>Payload</th><td colspan=2 width=400><div style='white-space: pre-wrap;word-break: keep-all;font-family: \"courier new\", courier, monospace;'>" .. flow.flow_payload .. "</div></td></tr>\n")
|
||||
end
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue