mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
fixed tab for manage_data and add ui_utils.render_notes
addresses #4471
This commit is contained in:
parent
68a36ae7ee
commit
a4d17d28d6
8 changed files with 358 additions and 359 deletions
|
|
@ -626,18 +626,6 @@ end
|
|||
|
||||
-- ##############################################
|
||||
|
||||
function page_utils.print_notes(notes_items)
|
||||
print("<div class='notes bg-light border'><b>" .. i18n("notes").. "</b><ul>")
|
||||
|
||||
for _, note in ipairs(notes_items) do
|
||||
print("<li>" ..note .. "</li>")
|
||||
end
|
||||
|
||||
print("</ul></div>")
|
||||
end
|
||||
|
||||
-- ##############################################
|
||||
|
||||
function page_utils.get_interface_list()
|
||||
|
||||
local interfaces = {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue