luci-proto-openfortivpn: correctness fixes

Signed-off-by: Paul Donald <newtwen+github@gmail.com>
This commit is contained in:
Paul Donald
2026-05-26 12:48:22 +03:00
parent a4166b1e88
commit 1c26902888
@@ -170,7 +170,7 @@ return network.registerProtocol('openfortivpn', {
o = s.taboption("advanced", form.Value, 'local_ip', _("Local IP address")); o = s.taboption("advanced", form.Value, 'local_ip', _("Local IP address"));
o.placeholder = '192.168.0.5' o.placeholder = '192.168.0.5'
o.dataype = 'ipaddr' o.datatype = 'ipaddr'
o.optional = true; o.optional = true;
o = s.taboption('advanced', form.Value, 'realm', _("Realm"), _("Optional. Specify the realm if your VPN gateway uses custom login portals.")); o = s.taboption('advanced', form.Value, 'realm', _("Realm"), _("Optional. Specify the realm if your VPN gateway uses custom login portals."));