mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-28 23:19:33 +00:00
Aesthetic fixes
This commit is contained in:
parent
4ab6bdec29
commit
09aecae9f5
2 changed files with 8 additions and 8 deletions
|
|
@ -387,7 +387,7 @@ function format_utils.formatFullAddressCategory(host)
|
|||
end
|
||||
|
||||
if(host["broadcast_domain_host"] == true) then
|
||||
addr_category = addr_category .. " <span class='badge bg-info'><i class='fas fa-sitemap' title='"..i18n("hosts_stats.label_broadcast_domain_host").."'></i></span>"
|
||||
addr_category = addr_category .. " <span class='badge bg-info' style='cursor: help;'><i class='fas fa-sitemap' title='"..i18n("hosts_stats.label_broadcast_domain_host").."'></i></span>"
|
||||
end
|
||||
|
||||
if(host["privatehost"] == true) then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue