mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
Added end of navbar items
This commit is contained in:
parent
7512a93eff
commit
94fb01d2f8
2 changed files with 39 additions and 2 deletions
|
|
@ -444,7 +444,7 @@ function page_utils.get_navbar_context(title, base_url, items_table, label_url,
|
|||
end
|
||||
-- #################################
|
||||
|
||||
function page_utils.print_navbar(title, base_url, items_table, label_url, back_url)
|
||||
function page_utils.print_navbar(title, base_url, items_table, label_url, back_url, end_items)
|
||||
local help_link = page_utils.menu_entries[active_entry].help_link or nil
|
||||
local icon = page_utils.menu_sections[active_section].icon or ""
|
||||
|
||||
|
|
@ -455,7 +455,8 @@ function page_utils.print_navbar(title, base_url, items_table, label_url, back_u
|
|||
items_table = items_table,
|
||||
label_url = label_url,
|
||||
back_url = back_url,
|
||||
help_link = help_link
|
||||
help_link = help_link,
|
||||
end_items = end_items
|
||||
}
|
||||
}
|
||||
print(template_utils.gen("pages/components/page-navbar.template", context))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue