fixed tab for manage_data and add ui_utils.render_notes

addresses #4471
This commit is contained in:
gabryon99 2020-09-25 17:20:49 +02:00
parent 68a36ae7ee
commit a4d17d28d6
8 changed files with 358 additions and 359 deletions

View file

@ -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 = {}