mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Docs update with external traffic recording providers
This commit is contained in:
parent
b6e1949ae9
commit
7fb3d17b6d
3 changed files with 19 additions and 2 deletions
|
|
@ -233,8 +233,8 @@ for _key, _value in pairsByKeys(vals, funct) do
|
|||
column_ip = column_ip .. " "..getOperatingSystemIcon(value.operatingSystem)
|
||||
end
|
||||
|
||||
if value["systemhost"] then column_ip = column_ip .. " <i class='fa fa-flag'></i>" end
|
||||
if value["hiddenFromTop"] then column_ip = column_ip .. " <i class='fa fa-eye-slash'></i>" end
|
||||
if value["systemhost"] then column_ip = column_ip .. " <i class='fa fa-flag'></i> " end
|
||||
if value["hiddenFromTop"] then column_ip = column_ip .. " <i class='fa fa-eye-slash'></i> " end
|
||||
if value["childSafe"] then column_ip = column_ip .. getSafeChildIcon() end
|
||||
|
||||
local host = interface.getHostInfo(hosts_stats[key].ip, hosts_stats[key].vlan)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue