mirror of
https://github.com/openwrt/luci.git
synced 2025-12-21 14:54:36 +04:00
luci-proto-vxlan: peers -> peer spelling fix
follow-up to cbd37919ae
Signed-off-by: Paul Donald <newtwen+github@gmail.com>
This commit is contained in:
@@ -179,7 +179,7 @@ return network.registerProtocol('vxlan6', {
|
||||
}
|
||||
catch(e) {}
|
||||
|
||||
o = s.taboption('peers', form.SectionValue, '_peers', form.GridSection, 'vxlan_peers');
|
||||
o = s.taboption('peers', form.SectionValue, '_peers', form.GridSection, 'vxlan_peer');
|
||||
o.depends('proto', 'vxlan');
|
||||
|
||||
var ss = o.subsection;
|
||||
|
||||
Reference in New Issue
Block a user