modules/admin-fulk: Fixed changes handling of Static Routes configuration page
[project/luci.git] / modules / admin-full / luasrc / model / cbi / admin_network / routes.lua
index a6f47ce..d7b8519 100644 (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"))