mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 16:30:10 +00:00
Removed "hide from top" hist feature that was not popular and reduced the overall speed
Added icon for blackhole hosts (i.e. hosts RX-only)
This commit is contained in:
parent
ce5c657432
commit
2f20e3f903
18 changed files with 62 additions and 53 deletions
|
|
@ -757,8 +757,6 @@ else
|
|||
print("<tr><th><i class=\"fas fa-exclamation-triangle\" style='color: #B94A48;'></i> "..i18n("show_alerts.engaged_alerts").."</th><td colspan=2></li>"..hostinfo2detailshref(host, {page = "engaged-alerts"}, "<span id=num_alerts>"..host["num_alerts"] .. "</span>").." <span id=alerts_trend></span></td></tr>\n")
|
||||
end
|
||||
|
||||
|
||||
|
||||
-- Active monitoring
|
||||
if am_utils and am_utils.isMeasurementAvailable('icmp') then
|
||||
local icmp = isIPv6(host["ip"]) and 'icmp6' or 'icmp'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue