This commit is contained in:
Luca Deri 2019-02-22 23:27:24 +01:00
parent d785f64ea4
commit c1a29ea44d
3 changed files with 27 additions and 2 deletions

View file

@ -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 .. "&nbsp;<i class='fa fa-flash fa-lg' title='DHCP Host'></i>" end
end