modules/admin-fulk: Fixed changes handling of Static Routes configuration page
This commit is contained in:
parent
3bcab66128
commit
d8b61a5394
1 changed files with 6 additions and 0 deletions
|
@ -47,6 +47,12 @@ end
|
|||
s = m:section(TypedSection, "route", translate("a_n_routes_static"))
|
||||
s.addremove = true
|
||||
s.anonymous = true
|
||||
|
||||
function s.render(...)
|
||||
luci.model.uci.load_config("network")
|
||||
TypedSection.render(...)
|
||||
end
|
||||
|
||||
s.template = "cbi/tblsection"
|
||||
|
||||
iface = s:option(ListValue, "interface", translate("interface"))
|
||||
|
|
Loading…
Reference in a new issue