mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-03 01:10:10 +00:00
Fixes geomap shadow, navbar tabs component (#10184)
* Fixes geomap shadow, zoom group, navbar tabs component * Update dist
This commit is contained in:
parent
48bf182533
commit
9015774e2b
15 changed files with 570 additions and 176 deletions
|
|
@ -16,14 +16,6 @@ page_utils.print_header_and_set_active_menu_entry(page_utils.menu_entries.ts_def
|
|||
|
||||
dofile(dirs.installdir .. "/scripts/lua/inc/menu.lua")
|
||||
|
||||
page_utils.print_navbar(i18n("about.ts_defines"), ntop.getHttpPrefix() .. "/lua/ts_overview.lua", {
|
||||
{
|
||||
active = true,
|
||||
page_name = "overview",
|
||||
label = i18n("overview"),
|
||||
}
|
||||
})
|
||||
|
||||
local context = {}
|
||||
|
||||
template_utils.render("pages/vue_page.template", {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue