Add support for system configuration (WIP)

This commit is contained in:
Alfredo Cardigliano 2020-11-17 11:54:47 +01:00
parent 5c6634b586
commit ba9c501c4d
20 changed files with 3477 additions and 14 deletions

View file

@ -821,7 +821,7 @@ function printAuthentication()
prefsInformativeField(i18n("notes"), i18n("prefs.auth_methods_order"))
else
prefsInformativeField(i18n("notes"), i18n("nedge.authentication_gui_and_captive_portal",
{product = product, url = ntop.getHttpPrefix() .. "/lua/pro/nedge/system_setup/captive_portal.lua"}))
{product = product, url = ntop.getHttpPrefix() .. "/lua/pro/nedge/system_setup_ui/captive_portal.lua"}))
end
print('<tr><th colspan=2 style="text-align:right;"><button type="submit" class="btn btn-primary" style="width:115px" disabled="disabled">'..i18n("save")..'</button></th></tr>')