Changed dhcp title badge

This commit is contained in:
Matteo Biscosi 2021-01-12 11:48:44 +01:00
parent 1409e9b160
commit 9f0d314886
2 changed files with 2 additions and 1 deletions

View file

@ -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