* core: Added template for a table view of typed sections
[project/luci.git] / modules / admin-core / src / model / cbi / admin_network / routes.lua
index 49e43218045976754c0a5b5001e270d92bac8f54..ed3838ca5bd7c31999d61c59b4db2bf3012fd71b 100644 (file)
@@ -6,6 +6,7 @@ oder ein bestimmtes Netzwerk erreicht werden kann.]])
 s = m:section(TypedSection, "route")
 s.addremove = true
 s.anonymous = true
+s.template  = "cbi/tblsection"
 
 iface = s:option(ListValue, "interface", "Schnittstelle")
 for k, v in pairs(ffluci.model.uci.sections("network")) do