Changeset 7689
- Timestamp:
- 10/11/11 02:21:58 (21 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
luci/trunk/modules/admin-full/luasrc/model/cbi/admin_network/vlan.lua
r7680 r7689 110 110 111 111 -- VLAN table 112 s = m:section(TypedSection, "switch_vlan", translatef("VLANs on %q", switch_name)) 112 s = m:section(TypedSection, "switch_vlan", 113 switch_title and translatef("VLANs on %q (%s)", switch_name, switch_title) 114 or translatef("VLANs on %q", switch_name)) 115 113 116 s.template = "cbi/tblsection" 114 117 s.addremove = true
