mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
removed iold import export related stuff
This commit is contained in:
parent
dac9b41a98
commit
f520a2708f
4 changed files with 2 additions and 113 deletions
|
|
@ -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 }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue