Changeset 7689

Show
Ignore:
Timestamp:
10/11/11 02:21:58 (21 months ago)
Author:
jow
Message:

modules/admin-full: expose switch title on vlan page

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • luci/trunk/modules/admin-full/luasrc/model/cbi/admin_network/vlan.lua

    r7680 r7689  
    110110 
    111111        -- 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 
    113116        s.template = "cbi/tblsection" 
    114117        s.addremove = true