mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Enhances the interfaces menu (drops indication + icons)
Implements #1038
This commit is contained in:
parent
3d48b7db39
commit
36a52a687d
4 changed files with 57 additions and 12 deletions
|
|
@ -493,10 +493,10 @@ alert_level_keys = {
|
|||
}
|
||||
|
||||
alert_type_keys = {
|
||||
{ "<i class='fa fa-tint'></i> TCP SYN Flood", 0, "tcp_syn_flood" },
|
||||
{ "<i class='fa fa-tint'></i> Flows Flood", 1, "flows_flood" },
|
||||
{ "<i class='fa fa-life-ring'></i> TCP SYN Flood", 0, "tcp_syn_flood" },
|
||||
{ "<i class='fa fa-life-ring'></i> Flows Flood", 1, "flows_flood" },
|
||||
{ "<i class='fa fa-arrow-circle-up'></i> Threshold Cross", 2, "threshold_cross" },
|
||||
{ "<i class='fa fa-frown-o'></i> Blacklisted Host", 3, "blacklist_host" },
|
||||
{ "<i class='fa fa-frown-o'></i> Blacklisted Host", 3, "blacklist_host" },
|
||||
{ "<i class='fa fa-clock-o'></i> Periodic Activity", 4, "periodic_activity" },
|
||||
{ "<i class='fa fa-sort-asc'></i> Quota Exceeded", 5, "quota_exceeded" },
|
||||
{ "<i class='fa fa-ban'></i> Malware Detected", 6, "malware_detected" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue