mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-28 15:09:33 +00:00
Moved network discovery to monitoring from dashboard (#9041)
* Fixed dist and error codes in scss * Moved network discovery to monitoring from dashboard
This commit is contained in:
parent
ee47ccb4d9
commit
1f99754da4
6 changed files with 102 additions and 97 deletions
|
|
@ -165,6 +165,11 @@ page_utils.menu_entries = {
|
|||
i18n_title = "active_monitoring_stats.active_monitoring",
|
||||
section = "monitoring"
|
||||
},
|
||||
network_discovery = {
|
||||
key = "network_discovery",
|
||||
i18n_title = "discover.network_discovery",
|
||||
section = "monitoring"
|
||||
},
|
||||
vulnerability_scan = {
|
||||
key = "vulnerability_scan",
|
||||
i18n_title = "scan_hosts",
|
||||
|
|
@ -178,11 +183,6 @@ page_utils.menu_entries = {
|
|||
section = "dashboard",
|
||||
help_link = "https://www.ntop.org/guides/ntopng/user_interface/network_interface/dashboard/dashboard.html"
|
||||
},
|
||||
network_discovery = {
|
||||
key = "network_discovery",
|
||||
i18n_title = "discover.network_discovery",
|
||||
section = "dashboard"
|
||||
},
|
||||
traffic_report = {
|
||||
key = "traffic_report",
|
||||
i18n_title = "report.traffic_report",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue