mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-28 06:59:33 +00:00
Initial component for d3 alerts geomap (#9141)
This commit is contained in:
parent
6f108a7e24
commit
ce4238ff06
5 changed files with 857 additions and 2 deletions
|
|
@ -234,6 +234,11 @@ page_utils.menu_entries = {
|
|||
i18n_title = "details.alerts_graph",
|
||||
section = "alerts"
|
||||
},
|
||||
alerts_geomap = {
|
||||
key = "alerts_geomap",
|
||||
i18n_title = "details.alerts_geomap",
|
||||
section = "alerts"
|
||||
},
|
||||
|
||||
-- Flows
|
||||
flows = {
|
||||
|
|
@ -1015,6 +1020,7 @@ function page_utils.print_header(title, addLoginJS)
|
|||
print(http_prefix)
|
||||
print("/lua/locale.lua?" .. locale_when .. "&user_language=" .. language);
|
||||
print [["> </script>
|
||||
<script src="https://unpkg.com/topojson-client@3"></script>
|
||||
<script type="application/javascript" src="]]
|
||||
print(http_prefix)
|
||||
print [[/dist/third-party.js?]]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue