Skip to content

Commit 8c2ddb6

Browse files
committed
luci-proto-openvpn: fix formating of openvpn template option
Add missing ',' in new option formating. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
1 parent b7ad8af commit 8c2ddb6

File tree

1 file changed

+1
-1
lines changed
  • protocols/luci-proto-openvpn/htdocs/luci-static/resources/protocol

1 file changed

+1
-1
lines changed

protocols/luci-proto-openvpn/htdocs/luci-static/resources/protocol/openvpn.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1178,7 +1178,7 @@ const openvpnOptions = [
11781178
{
11791179
tab: 'cryptography',
11801180
type: form.Flag,
1181-
name: 'single_session'
1181+
name: 'single_session',
11821182
datatype: 'uinteger',
11831183
label: _('Allow only one session'),
11841184
default: 0

0 commit comments

Comments
 (0)