From 8c2ddb68e19bb95590c91ef9d160aedbfe2b94d0 Mon Sep 17 00:00:00 2001 From: Florian Eckert Date: Tue, 3 Mar 2026 13:59:30 +0100 Subject: [PATCH] luci-proto-openvpn: fix formating of openvpn template option Add missing ',' in new option formating. Signed-off-by: Florian Eckert --- .../htdocs/luci-static/resources/protocol/openvpn.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocols/luci-proto-openvpn/htdocs/luci-static/resources/protocol/openvpn.js b/protocols/luci-proto-openvpn/htdocs/luci-static/resources/protocol/openvpn.js index ccbd2d9c23..a24c23fbfe 100644 --- a/protocols/luci-proto-openvpn/htdocs/luci-static/resources/protocol/openvpn.js +++ b/protocols/luci-proto-openvpn/htdocs/luci-static/resources/protocol/openvpn.js @@ -1178,7 +1178,7 @@ const openvpnOptions = [ { tab: 'cryptography', type: form.Flag, - name: 'single_session' + name: 'single_session', datatype: 'uinteger', label: _('Allow only one session'), default: 0