removed iold import export related stuff

This commit is contained in:
gabryon99 2020-10-01 18:49:37 +02:00
parent dac9b41a98
commit f520a2708f
4 changed files with 2 additions and 113 deletions

View file

@ -9,14 +9,8 @@ local template_utils = require("template_utils")
local ui_utils = {}
function ui_utils.render_configuration_footer(import_export_context, reset_context)
local template = {
template_utils.gen('pages/components/import-export-link.template', import_export_context),
template_utils.gen('pages/components/reset-config-link.template', reset_context)
}
return table.concat(template, "\n")
function ui_utils.render_configuration_footer(item)
return template_utils.gen('pages/components/manage-configuration-link.template', {item = item})
end
--- Single not element: { content = 'note description', hidden = true|false }