mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 00:19:33 +00:00
Fixes #6672
This commit is contained in:
parent
b16bb5bdb0
commit
fee5ae79c0
1 changed files with 1 additions and 1 deletions
|
|
@ -116,7 +116,7 @@ for _key, _value in pairsByKeys(vals, funct) do
|
|||
local k = string.gsub(key, "%.", "___") -- Needed as JQuery does not like . in id= field
|
||||
|
||||
print('\"key\" : \"'.. k ..'\",\n')
|
||||
print(' \"column_http_virtual_host\" : \"' .. format_external_link(key, key, false, "http") .. '\"')
|
||||
print(' \"column_http_virtual_host\" : \"' .. format_external_link(key, key, false, "http"))
|
||||
|
||||
print(" <A HREF=\'")
|
||||
local url = ntop.getHttpPrefix().."/lua/flows_stats.lua?vhost="..key
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue