luci-app-alist: fix 5339eca
This commit is contained in:
parent
5339eca235
commit
a5837a2014
@ -36,7 +36,6 @@ o.rmempty = false
|
|||||||
|
|
||||||
o = s:option(Value, "site_url", translate("Site URL"), translate("When the web is reverse proxied to a subdirectory, this option must be filled out to ensure proper functioning of the web. Do not include '/' at the end of the URL"))
|
o = s:option(Value, "site_url", translate("Site URL"), translate("When the web is reverse proxied to a subdirectory, this option must be filled out to ensure proper functioning of the web. Do not include '/' at the end of the URL"))
|
||||||
o.datatype = "string"
|
o.datatype = "string"
|
||||||
o.rmempty = false
|
|
||||||
|
|
||||||
o = s:option(Value, "max_connections", translate("Max Connections"), translate("0 is unlimited, It is recommend to set a low number of concurrency (10-20) for poor performance device"))
|
o = s:option(Value, "max_connections", translate("Max Connections"), translate("0 is unlimited, It is recommend to set a low number of concurrency (10-20) for poor performance device"))
|
||||||
o.datatype = "and(uinteger,min(0))"
|
o.datatype = "and(uinteger,min(0))"
|
||||||
|
Loading…
Reference in New Issue
Block a user