Fixes web interface ssl certificates visualization issues

This commit is contained in:
Simone Mainardi 2016-06-21 15:41:52 +02:00
parent d4e5181eae
commit 79f778ab59
4 changed files with 9 additions and 8 deletions

View file

@ -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