luci-app-openvpn: do not make "remote" option dependent on client mode

Fixes: #3279
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
(cherry picked from commit 6496ed88a6)
This commit is contained in:
Jo-Philipp Wich 2019-11-08 16:03:09 +01:00
parent b81acd76e7
commit a987e219c9

View file

@ -497,8 +497,7 @@ local knownParams = {
{ DynamicList,
"remote",
"1.2.3.4",
translate("Remote host name or ip address"),
{ client="1" } },
translate("Remote host name or ip address") },
{ Flag,
"remote_random",
0,