mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
Fix broken html on application strike through
This commit is contained in:
parent
017818616d
commit
0207d4be05
1 changed files with 1 additions and 1 deletions
|
|
@ -265,7 +265,7 @@ for _key, value in ipairs(flows_stats) do -- pairsByValues(vals, funct) do
|
|||
|
||||
local app = getApplicationLabel(value["proto.ndpi"])
|
||||
if(value["verdict.pass"] == false) then
|
||||
app = "<strike>"..shortenString(app, 12).."</strike>"
|
||||
app = "<strike>"..app.."</strike>"
|
||||
end
|
||||
|
||||
record["column_ndpi"] = app -- can't set the hosts_stats hyperlink for viewed interfaces
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue