mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-28 23:19:33 +00:00
Fronted refactoring
This commit is contained in:
parent
7f05a01428
commit
51ef60ead5
3887 changed files with 92717 additions and 311696 deletions
|
|
@ -407,7 +407,7 @@ function format_utils.formatMainAddressCategory(host)
|
|||
|
||||
if host ~= nil then
|
||||
if(host["country"] and not isEmptyString(host["country"])) then
|
||||
addr_category = addr_category .. " <a href='".. ntop.getHttpPrefix() .. "/lua/hosts_stats.lua?country="..host.country.."'><img src='".. ntop.getHttpPrefix() .. "/img/blank.gif' class='flag flag-".. string.lower(host.country) .."'></a>"
|
||||
addr_category = addr_category .. " <a href='".. ntop.getHttpPrefix() .. "/lua/hosts_stats.lua?country="..host.country.."'><img src='".. ntop.getHttpPrefix() .. "/dist/images/blank.gif' class='flag flag-".. string.lower(host.country) .."'></a>"
|
||||
end
|
||||
|
||||
if(host["is_blacklisted"] == true) then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue