mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Fixes web interface ssl certificates visualization issues
This commit is contained in:
parent
d4e5181eae
commit
79f778ab59
4 changed files with 9 additions and 8 deletions
|
|
@ -271,8 +271,8 @@ for key, value in ipairs(flows_stats) do
|
|||
info = shortenString(flows_stats[key]["dns.last_query"])
|
||||
elseif(flows_stats[key]["http.last_url"] ~= nil) then
|
||||
info = shortenString(flows_stats[key]["http.last_url"])
|
||||
elseif(flows_stats[key]["ssl.certificate"] ~= nil) then
|
||||
info = shortenString(flows_stats[key]["ssl.certificate"])
|
||||
elseif(flows_stats[key]["protos.ssl.certificate"] ~= nil) then
|
||||
info = shortenString(flows_stats[key]["protos.ssl.certificate"])
|
||||
elseif(flows_stats[key]["bittorrent_hash"] ~= nil) then
|
||||
info = shortenString(flows_stats[key]["bittorrent_hash"])
|
||||
elseif(flows_stats[key]["host_server_name"] ~= nil) then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue