mirror of
https://github.com/openwrt/luci.git
synced 2026-05-31 10:31:55 +08:00
luci-proto-openfortivpn: correctness fixes
Signed-off-by: Paul Donald <newtwen+github@gmail.com>
This commit is contained in:
+1
-1
@@ -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."));
|
||||
|
||||
Reference in New Issue
Block a user