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:
GabrieleDeri 2025-03-31 21:25:19 +02:00 committed by GitHub
parent 48de1e9e9a
commit ceb521a381
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 1105 additions and 3 deletions

View file

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