mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
luci-app-frpc: remove data type restriction of http_proxy (#8495)
This commit is contained in:
parent
01042589af
commit
6bc3781e62
@ -86,7 +86,6 @@ e.rmempty = false
|
||||
e:depends("protocol","tcp")
|
||||
|
||||
e = t:taboption("other", Value, "http_proxy", translate("HTTP PROXY"))
|
||||
e.datatype = "uinteger"
|
||||
e.placeholder = "http://user:pwd@192.168.1.128:8080"
|
||||
e:depends("enable_http_proxy",1)
|
||||
e.optional = false
|
||||
|
Loading…
Reference in New Issue
Block a user