luci-app-openvpn: Fix default value for remote_random flag

Signed-off-by: Martin Schiller <ms@dev.tdt.de>
This commit is contained in:
Martin Schiller 2017-04-12 06:26:10 +02:00
parent 62743a6c19
commit 91daed4530

View file

@ -511,7 +511,7 @@ local knownParams = {
{ client="1" } },
{ Flag,
"remote_random",
1,
0,
translate("Randomly choose remote server"),
{ client="1" } },
{ ListValue,