From: Paul Donald Date: Tue, 26 May 2026 09:48:22 +0000 (+0300) Subject: luci-proto-openfortivpn: correctness fixes X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=1c26902888689ad55e123e07df4197750db7af61;p=openwrt-luci.git luci-proto-openfortivpn: correctness fixes Signed-off-by: Paul Donald --- diff --git a/protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js b/protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js index e116ecbb73..6baadc62df 100644 --- a/protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js +++ b/protocols/luci-proto-openfortivpn/htdocs/luci-static/resources/protocol/openfortivpn.js @@ -170,7 +170,7 @@ return network.registerProtocol('openfortivpn', { o = s.taboption("advanced", form.Value, 'local_ip', _("Local IP address")); o.placeholder = '192.168.0.5' - o.dataype = 'ipaddr' + o.datatype = 'ipaddr' o.optional = true; o = s.taboption('advanced', form.Value, 'realm', _("Realm"), _("Optional. Specify the realm if your VPN gateway uses custom login portals."));