modules/admin-fulk: Fixed changes handling of Static Routes configuration page

This commit is contained in:
Steven Barth 2008-08-22 22:38:14 +00:00
parent 3bcab66128
commit d8b61a5394

View file

@ -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"))