mirror of https://git.openwrt.org/project/luci.git
luci-app-aria2: fix: datatype
just a spelling mistake. Signed-off-by: Liangbin Lian <jjm2473@gmail.com>
This commit is contained in:
parent
1aa13ed51e
commit
2326a0a4c0
|
@ -135,7 +135,7 @@ o = s:taboption("task", Value, "max_concurrent_downloads", translate("Max concur
|
|||
o.placeholder = "5"
|
||||
|
||||
o = s:taboption("task", Value, "max_connection_per_server", translate("Max connection per server"), "1-16")
|
||||
o.datetype = "range(1, 16)"
|
||||
o.datatype = "range(1, 16)"
|
||||
o.placeholder = "1"
|
||||
|
||||
o = s:taboption("task", Value, "min_split_size", translate("Min split size"), "1M-1024M")
|
||||
|
|
Loading…
Reference in New Issue