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:
Paul Donald
2025-07-16 16:08:57 +02:00
parent a3cae27ab4
commit 1352d75f1a

View File

@ -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;