mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Fixes #2419
This commit is contained in:
parent
d785f64ea4
commit
c1a29ea44d
3 changed files with 27 additions and 2 deletions
|
|
@ -240,7 +240,7 @@ for _key, _value in pairsByKeys(vals, funct) do
|
|||
icon = icon:gsub('"',"'")
|
||||
column_ip = column_ip .. icon
|
||||
|
||||
if((host ~= nil) and (host.ip ~= "0.0.0.0") and (not string.contains(host.ip, ":"))) then
|
||||
if((host ~= nil) and (host.ip ~= "0.0.0.0")) then
|
||||
if(value.dhcpHost) then column_ip = column_ip .. " <i class='fa fa-flash fa-lg' title='DHCP Host'></i>" end
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue