summaryrefslogtreecommitdiffhomepage
path: root/modules
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2008-05-14 12:10:44 +0000
committerSteven Barth <steven@midlink.org>2008-05-14 12:10:44 +0000
commit3f4f75b1079eb1ea29b6c2fde9a3dd25c52f2fe4 (patch)
tree21864f75a3f353720fde2118f15dd504c3a160eb /modules
parent9a8624350f9f47f5d3abbf8a7cdafea4246334d6 (diff)
* core: Added template for a table view of typed sections
Diffstat (limited to 'modules')
-rw-r--r--modules/admin-core/src/model/cbi/admin_network/routes.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/admin-core/src/model/cbi/admin_network/routes.lua b/modules/admin-core/src/model/cbi/admin_network/routes.lua
index 49e432180..ed3838ca5 100644
--- a/modules/admin-core/src/model/cbi/admin_network/routes.lua
+++ b/modules/admin-core/src/model/cbi/admin_network/routes.lua
@@ -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