mirror of
https://github.com/openwrt/luci.git
synced 2026-04-15 10:51:51 +00:00
luci-proto-openvpn: fix formating of openvpn template option
Add missing ',' in new option formating. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user