From: Sergey Ponomarev Date: Sat, 22 Feb 2025 22:17:19 +0000 (+0200) Subject: luci-proto-vxlan: fix option name: vxlan_peers to vxlan_peer X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=28816ce1345c6b435c4ebade6758b55e718fd9f5;p=project%2Fluci.git luci-proto-vxlan: fix option name: vxlan_peers to vxlan_peer Signed-off-by: Sergey Ponomarev (cherry picked from commit cbd37919aef5d895f10a90a35fb1a18610792bfb) --- diff --git a/protocols/luci-proto-vxlan/htdocs/luci-static/resources/protocol/vxlan.js b/protocols/luci-proto-vxlan/htdocs/luci-static/resources/protocol/vxlan.js index 67ddfab6be..16e5498ce8 100644 --- a/protocols/luci-proto-vxlan/htdocs/luci-static/resources/protocol/vxlan.js +++ b/protocols/luci-proto-vxlan/htdocs/luci-static/resources/protocol/vxlan.js @@ -179,7 +179,7 @@ return network.registerProtocol('vxlan', { } 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;