mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Changed dhcp title badge
This commit is contained in:
parent
1409e9b160
commit
9f0d314886
2 changed files with 2 additions and 1 deletions
|
|
@ -355,7 +355,7 @@ function format_utils.formatAddressCategory(host)
|
|||
end
|
||||
|
||||
if(host["dhcpHost"] == true) then
|
||||
addr_category = addr_category .. ' <i class=\"fas fa-bolt\" title=\"'..i18n("details.label_dhcp_server")..'\"></i>'
|
||||
addr_category = addr_category .. ' <i class=\"fas fa-bolt\" title=\"'..i18n("details.label_dhcp")..'\"></i>'
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue