mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-28 15:09:33 +00:00
Started implementing flow alerts graph (#9096)
* Removed CVE col from hosts table * Removed CVE col from hosts table * Started implementing alerts graph * Added tooltip init
This commit is contained in:
parent
48de1e9e9a
commit
ceb521a381
8 changed files with 1105 additions and 3 deletions
|
|
@ -229,6 +229,11 @@ page_utils.menu_entries = {
|
|||
i18n_title = "details.alerts_analysis",
|
||||
section = "alerts"
|
||||
},
|
||||
alerts_graph = {
|
||||
key = "alerts_graph",
|
||||
i18n_title = "details.alerts_graph",
|
||||
section = "alerts"
|
||||
},
|
||||
|
||||
-- Flows
|
||||
flows = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue